diff options
Diffstat (limited to 'src/opt/lpk/lpk.h')
-rw-r--r-- | src/opt/lpk/lpk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/lpk/lpk.h b/src/opt/lpk/lpk.h index 092b43e1..f1dcd528 100644 --- a/src/opt/lpk/lpk.h +++ b/src/opt/lpk/lpk.h @@ -47,6 +47,7 @@ struct Lpk_Par_t_ int nGrowthLevel; // (L) the maximum increase in the node level after resynthesis int fSatur; // iterate till saturation int fZeroCost; // accept zero-cost replacements + int fFirst; // use root node and first cut only int fVerbose; // the verbosiness flag int fVeryVerbose; // additional verbose info printout // internal parameters |