diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2014-08-12 18:54:43 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2014-08-12 18:54:43 -0700 |
commit | f907347484874a4c5ff9ffdde9426e0229fac22d (patch) | |
tree | 8c26bb12e6c080ccdeee17cf38b4324558cc639a /src/proof/cec/cec.h | |
parent | 9055265394006a1c14688a018db48d06ba14e756 (diff) | |
download | abc-f907347484874a4c5ff9ffdde9426e0229fac22d.tar.gz abc-f907347484874a4c5ff9ffdde9426e0229fac22d.tar.bz2 abc-f907347484874a4c5ff9ffdde9426e0229fac22d.zip |
Enabling circuit solver in &fraig.
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 65d2e24e..2e69f7a4 100644 --- a/src/proof/cec/cec.h +++ b/src/proof/cec/cec.h @@ -107,6 +107,7 @@ struct Cec_ParFra_t_ int fDualOut; // miter with separate outputs int fColorDiff; // miter with separate outputs int fSatSweeping; // enable SAT sweeping + int fRunCSat; // enable another solver int fVeryVerbose; // verbose stats int fVerbose; // verbose stats int iOutFail; // the failed output |