summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-03-25 20:12:07 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-03-25 20:12:07 +0000
commit0d080430206880ffc19050acfa01aae1475f1978 (patch)
treeb1334148abb7311eca1afcb00fdce69f606ac22f /src/theory
parent426abc52a0f1631f2adee0eef845e3f8946c5088 (diff)
sat_module.h,cpp -> sat_solver.h,cpp (as intended)
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/bv/bitblast_strategies.cpp2
-rw-r--r--src/theory/bv/bitblast_strategies.h2
-rw-r--r--src/theory/bv/bv_sat.cpp2
-rw-r--r--src/theory/bv/bv_sat.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/bv/bitblast_strategies.cpp b/src/theory/bv/bitblast_strategies.cpp
index 6cbec732c..c0855122e 100644
--- a/src/theory/bv/bitblast_strategies.cpp
+++ b/src/theory/bv/bitblast_strategies.cpp
@@ -18,7 +18,7 @@
#include "bitblast_strategies.h"
#include "bv_sat.h"
-#include "prop/sat_module.h"
+#include "prop/sat_solver.h"
#include "theory/booleans/theory_bool_rewriter.h"
using namespace CVC4::prop;
diff --git a/src/theory/bv/bitblast_strategies.h b/src/theory/bv/bitblast_strategies.h
index c445af626..826b61d4f 100644
--- a/src/theory/bv/bitblast_strategies.h
+++ b/src/theory/bv/bitblast_strategies.h
@@ -23,7 +23,7 @@
#include "expr/node.h"
-#include "prop/sat_module.h"
+#include "prop/sat_solver.h"
namespace CVC4 {
diff --git a/src/theory/bv/bv_sat.cpp b/src/theory/bv/bv_sat.cpp
index d386fd4db..f580aee44 100644
--- a/src/theory/bv/bv_sat.cpp
+++ b/src/theory/bv/bv_sat.cpp
@@ -21,7 +21,7 @@
#include "theory_bv_utils.h"
#include "theory/rewriter.h"
#include "prop/cnf_stream.h"
-#include "prop/sat_module.h"
+#include "prop/sat_solver.h"
using namespace std;
diff --git a/src/theory/bv/bv_sat.h b/src/theory/bv/bv_sat.h
index 3ffc79b7a..c0f3b75ed 100644
--- a/src/theory/bv/bv_sat.h
+++ b/src/theory/bv/bv_sat.h
@@ -37,7 +37,7 @@
#include "util/stats.h"
#include "bitblast_strategies.h"
-#include "prop/sat_module.h"
+#include "prop/sat_solver.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback