summaryrefslogtreecommitdiffstats
path: root/src/sat/glucose/Solver.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-09-06 19:56:53 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2017-09-06 19:56:53 -0700
commit97dd6019bf58f12953364855dd7845e6e47eae57 (patch)
treecd5161a4da69f9e489781d86e68b9685f4616fc7 /src/sat/glucose/Solver.h
parentb1bf802fdab9cd0e4676987d17a8d940e1b0cc3b (diff)
downloadabc-97dd6019bf58f12953364855dd7845e6e47eae57.tar.gz
abc-97dd6019bf58f12953364855dd7845e6e47eae57.tar.bz2
abc-97dd6019bf58f12953364855dd7845e6e47eae57.zip
Integrating Glucose into bmc3 -g.
Diffstat (limited to 'src/sat/glucose/Solver.h')
-rw-r--r--src/sat/glucose/Solver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sat/glucose/Solver.h b/src/sat/glucose/Solver.h
index df110f67..dfc8f954 100644
--- a/src/sat/glucose/Solver.h
+++ b/src/sat/glucose/Solver.h
@@ -59,6 +59,7 @@ public:
int nCallConfl; // callback will be called every this number of conflicts
bool terminate_search_early; // used to stop the solver early if it as instructed by an external caller
int * pstop; // another callback
+ uint64_t nRuntimeLimit; // runtime limit
// Problem specification:
//