summaryrefslogtreecommitdiffstats
path: root/src/proof/cec/cecCore.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2018-01-27 13:05:37 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2018-01-27 13:05:37 -0800
commit5158acb113586d17895cc32e8d71e12c06705eb5 (patch)
treeec035afddd4cb5f2392e41680cfa7ba6f95e7329 /src/proof/cec/cecCore.c
parente4cd0d60f1d2ecf8563c22b51519f3da0125d3be (diff)
downloadabc-5158acb113586d17895cc32e8d71e12c06705eb5.tar.gz
abc-5158acb113586d17895cc32e8d71e12c06705eb5.tar.bz2
abc-5158acb113586d17895cc32e8d71e12c06705eb5.zip
Experiments with circuit-based SAT.
Diffstat (limited to 'src/proof/cec/cecCore.c')
-rw-r--r--src/proof/cec/cecCore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/cec/cecCore.c b/src/proof/cec/cecCore.c
index ccc5a8e6..85fcfa26 100644
--- a/src/proof/cec/cecCore.c
+++ b/src/proof/cec/cecCore.c
@@ -48,7 +48,7 @@ void Cec_ManSatSetDefaultParams( Cec_ParSat_t * p )
p->nBTLimit = 100; // conflict limit at a node
p->nSatVarMax = 2000; // the max number of SAT variables
p->nCallsRecycle = 200; // calls to perform before recycling SAT solver
- p->fNonChrono = 0; // use non-chronological backtracling (for circuit SAT only)
+ p->fNonChrono = 1; // use non-chronological backtracling (for circuit SAT only)
p->fPolarFlip = 1; // flops polarity of variables
p->fCheckMiter = 0; // the circuit is the miter
// p->fFirstStop = 0; // stop on the first sat output