From e3e2918eb8a4750b9ce51de821ea6b58941fe65c Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 5 Apr 2009 08:01:00 -0700 Subject: Version abc90405 --- src/aig/cec/cec.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/aig/cec/cec.h') diff --git a/src/aig/cec/cec.h b/src/aig/cec/cec.h index e26455ba..a965730f 100644 --- a/src/aig/cec/cec.h +++ b/src/aig/cec/cec.h @@ -4,7 +4,7 @@ SystemName [ABC: Logic synthesis and verification system.] - PackageName [Combinatinoal equivalence checking.] + PackageName [Combinational equivalence checking.] Synopsis [External declarations.] @@ -44,6 +44,7 @@ struct Cec_ParSat_t_ int nBTLimit; // conflict limit at a node int nSatVarMax; // the max number of SAT variables int nCallsRecycle; // calls to perform before recycling SAT solver + int fNonChrono; // use non-chronological backtracling (for circuit SAT only) int fPolarFlip; // flops polarity of variables int fCheckMiter; // the circuit is the miter int fFirstStop; // stop on the first sat output -- cgit v1.2.3