summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/sat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/prop/sat.h b/src/prop/sat.h
index 9375e37ec..350537d8f 100644
--- a/src/prop/sat.h
+++ b/src/prop/sat.h
@@ -23,12 +23,13 @@
#include "util/options.h"
#include "prop/minisat/core/Solver.h"
#include "prop/minisat/core/SolverTypes.h"
+#include "prop/minisat/simp/SimpSolver.h"
namespace CVC4 {
namespace prop {
/** The solver we are using */
-typedef minisat::Solver SatSolver;
+typedef minisat::SimpSolver SatSolver;
/** Type of the SAT variables */
typedef minisat::Var SatVariable;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback