diff options
author | Niklas Een <niklas@een.se> | 2012-10-30 12:38:57 -0700 |
---|---|---|
committer | Niklas Een <niklas@een.se> | 2012-10-30 12:38:57 -0700 |
commit | e353c4b75cb594d21b9060cbaf26114504513cd8 (patch) | |
tree | a0d3119ba2c35f909fc25405fed700c93300922d /src/proof/cec/cec.h | |
parent | c3168ba661a06022654aae11693f08368ec15acc (diff) | |
parent | 9b8d3628541cb30ad99b104f6449d48f3546193a (diff) | |
download | abc-e353c4b75cb594d21b9060cbaf26114504513cd8.tar.gz abc-e353c4b75cb594d21b9060cbaf26114504513cd8.tar.bz2 abc-e353c4b75cb594d21b9060cbaf26114504513cd8.zip |
Merge
Diffstat (limited to 'src/proof/cec/cec.h')
-rw-r--r-- | src/proof/cec/cec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/cec/cec.h b/src/proof/cec/cec.h index 10b06c28..65d2e24e 100644 --- a/src/proof/cec/cec.h +++ b/src/proof/cec/cec.h @@ -144,6 +144,7 @@ struct Cec_ParCor_t_ int fUseCSat; // use circuit-based solver // int fFirstStop; // stop on the first sat output int fUseSmartCnf; // use smart CNF computation + int fStopWhenGone; // quit when PO is not a candidate constant int fVerboseFlops; // verbose stats int fVeryVerbose; // verbose stats int fVerbose; // verbose stats |