summaryrefslogtreecommitdiff
path: root/libs/ezsat/ezminisat.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-02-22 11:34:31 +0100
committerClifford Wolf <clifford@clifford.at>2014-02-22 11:34:31 +0100
commit357f3f6e93df1ebf2aa28a6c433a84f320fad043 (patch)
tree3d3fef1cdccc23fffb209c12a44b42d8a269f64c /libs/ezsat/ezminisat.h
parent1ec01d8c637e611eddd16a492d1eb0f652b95da0 (diff)
Added ezMiniSat EZMINISAT_INCREMENTAL compile-time option
Diffstat (limited to 'libs/ezsat/ezminisat.h')
-rw-r--r--libs/ezsat/ezminisat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ezsat/ezminisat.h b/libs/ezsat/ezminisat.h
index 04a010d6..59fa2134 100644
--- a/libs/ezsat/ezminisat.h
+++ b/libs/ezsat/ezminisat.h
@@ -22,6 +22,7 @@
#define EZMINISAT_SOLVER Minisat::Solver
#define EZMINISAT_VERBOSITY 0
+#define EZMINISAT_INCREMENTAL 1
#include "ezsat.h"
#include <time.h>