diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2007-07-06 08:01:00 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2007-07-06 08:01:00 -0700 |
commit | 39bc4842e9a3e0c443df5e585bfdece76320870a (patch) | |
tree | e1e261ba21b71205c0ec3f17573bb03c5dc86f08 /src/opt/lpk/lpk.h | |
parent | 0c1e87bc9ae5c25278fe5715059404f3fb404809 (diff) | |
download | abc-39bc4842e9a3e0c443df5e585bfdece76320870a.tar.gz abc-39bc4842e9a3e0c443df5e585bfdece76320870a.tar.bz2 abc-39bc4842e9a3e0c443df5e585bfdece76320870a.zip |
Version abc70706
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 |