summaryrefslogtreecommitdiffstats
path: root/src/proof/cec/cec.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2020-12-16 22:04:06 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2020-12-16 22:04:06 -0800
commit73dcdab6d836440ae5edf6fd23f9a409f9e519c2 (patch)
tree753131e555387b725ab39167446e744d0c6abcfd /src/proof/cec/cec.h
parent8066fdbcb53f0e9ea617f24de1a73bc9f0cb69f6 (diff)
downloadabc-73dcdab6d836440ae5edf6fd23f9a409f9e519c2.tar.gz
abc-73dcdab6d836440ae5edf6fd23f9a409f9e519c2.tar.bz2
abc-73dcdab6d836440ae5edf6fd23f9a409f9e519c2.zip
Adding solver type in &sat.
Diffstat (limited to 'src/proof/cec/cec.h')
-rw-r--r--src/proof/cec/cec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/cec/cec.h b/src/proof/cec/cec.h
index 791955e4..1bc037c4 100644
--- a/src/proof/cec/cec.h
+++ b/src/proof/cec/cec.h
@@ -43,6 +43,7 @@ ABC_NAMESPACE_HEADER_START
typedef struct Cec_ParSat_t_ Cec_ParSat_t;
struct Cec_ParSat_t_
{
+ int SolverType; // SAT solver type
int nBTLimit; // conflict limit at a node
int nSatVarMax; // the max number of SAT variables
int nCallsRecycle; // calls to perform before recycling SAT solver