From 0d080430206880ffc19050acfa01aae1475f1978 Mon Sep 17 00:00:00 2001 From: Dejan Jovanović Date: Sun, 25 Mar 2012 20:12:07 +0000 Subject: sat_module.h,cpp -> sat_solver.h,cpp (as intended) --- src/theory/bv/bitblast_strategies.cpp | 2 +- src/theory/bv/bitblast_strategies.h | 2 +- src/theory/bv/bv_sat.cpp | 2 +- src/theory/bv/bv_sat.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/theory/bv') 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 { -- cgit v1.2.3