summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/ite_removal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/ite_removal.cpp')
-rw-r--r--src/preprocessing/passes/ite_removal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preprocessing/passes/ite_removal.cpp b/src/preprocessing/passes/ite_removal.cpp
index f823ff929..afa1d3ba2 100644
--- a/src/preprocessing/passes/ite_removal.cpp
+++ b/src/preprocessing/passes/ite_removal.cpp
@@ -61,7 +61,7 @@ PreprocessingPassResult IteRemoval::applyInternal(AssertionPipeline* assertions)
imap[assertions->size()] = newSkolems[j];
assertions->pushBackTrusted(newAsserts[j]);
// new assertions have a dependence on the node (old pf architecture)
- if (options::unsatCores() && !options::proof())
+ if (options::unsatCores() && !options::produceProofs())
{
ProofManager::currentPM()->addDependence(newAsserts[j].getProven(),
assertion);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback