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, 0 insertions, 6 deletions
diff --git a/src/prop/sat_solver.h b/src/prop/sat_solver.h
index 7be5305ad..4dc95e060 100644
--- a/src/prop/sat_solver.h
+++ b/src/prop/sat_solver.h
@@ -137,10 +137,6 @@ public:
virtual void popAssumption() = 0;
- virtual bool ok() const = 0;
-
- virtual void setProofLog( BitVectorProof * bvp ) {}
-
};/* class BVSatSolverInterface */
@@ -159,8 +155,6 @@ public:
virtual bool flipDecision() = 0;
virtual bool isDecision(SatVariable decn) const = 0;
-
- virtual bool ok() const = 0;
};/* class DPLLSatSolverInterface */
inline std::ostream& operator <<(std::ostream& out, prop::SatLiteral lit) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback