From 5158acb113586d17895cc32e8d71e12c06705eb5 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 27 Jan 2018 13:05:37 -0800 Subject: Experiments with circuit-based SAT. --- src/proof/cec/cecCore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proof') 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 -- cgit v1.2.3