summaryrefslogtreecommitdiff
path: root/src/theory/theory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory.cpp')
-rw-r--r--src/theory/theory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory.cpp b/src/theory/theory.cpp
index 9844d13bc..cfa8f82cf 100644
--- a/src/theory/theory.cpp
+++ b/src/theory/theory.cpp
@@ -339,7 +339,7 @@ bool Theory::isLegalElimination(TNode x, TNode val)
{
return false;
}
- if (!options::produceModels() && !logicInfo().isQuantified())
+ if (!options().smt.produceModels && !logicInfo().isQuantified())
{
// Don't care about the model and logic is not quantified, we can eliminate.
return true;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback