summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/prop_engine.cpp')
-rw-r--r--src/prop/prop_engine.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/prop/prop_engine.cpp b/src/prop/prop_engine.cpp
index 0a8e8ade6..e1200c7e5 100644
--- a/src/prop/prop_engine.cpp
+++ b/src/prop/prop_engine.cpp
@@ -148,11 +148,6 @@ void PropEngine::requirePhase(TNode n, bool phase) {
d_satSolver->requirePhase(phase ? lit : ~lit);
}
-bool PropEngine::flipDecision() {
- Debug("prop") << "flipDecision()" << endl;
- return d_satSolver->flipDecision();
-}
-
bool PropEngine::isDecision(Node lit) const {
Assert(isSatLiteral(lit));
return d_satSolver->isDecision(d_cnfStream->getLiteral(lit).getSatVariable());
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback