summaryrefslogtreecommitdiff
path: root/src/prop/sat_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/sat_solver.h')
-rw-r--r--src/prop/sat_solver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prop/sat_solver.h b/src/prop/sat_solver.h
index 2aa4f7357..25b2ccc39 100644
--- a/src/prop/sat_solver.h
+++ b/src/prop/sat_solver.h
@@ -31,7 +31,7 @@
#include "util/statistics_registry.h"
namespace CVC4 {
-
+
class BitVectorProof;
namespace prop {
@@ -54,7 +54,7 @@ public:
/** Add a clause corresponding to rhs = l1 xor .. xor ln */
virtual ClauseId addXorClause(SatClause& clause, bool rhs, bool removable) = 0;
-
+
/**
* Create a new boolean variable in the solver.
* @param isTheoryAtom is this a theory atom that needs to be asserted to theory
@@ -102,7 +102,7 @@ public:
/** Check if the solver is in an inconsistent state */
virtual bool ok() const = 0;
-
+
virtual void setProofLog( BitVectorProof * bvp ) {}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback