summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/full_model_check.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-08-15 11:30:17 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-08-15 11:30:17 -0500
commitbaaab488c597e3e30dd3b929a5a612ba7fd660af (patch)
treeb7841c415997360b5d18218821ce3587b834ba84 /src/theory/quantifiers/full_model_check.cpp
parent6c58094be960ddca3a2187081bac769da61cc2af (diff)
Enable bounded set membership with --fmf-bound. Map to term models for bounded set membership.
Diffstat (limited to 'src/theory/quantifiers/full_model_check.cpp')
-rw-r--r--src/theory/quantifiers/full_model_check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/full_model_check.cpp b/src/theory/quantifiers/full_model_check.cpp
index a0665cb7f..be608aeaa 100644
--- a/src/theory/quantifiers/full_model_check.cpp
+++ b/src/theory/quantifiers/full_model_check.cpp
@@ -668,7 +668,7 @@ bool FullModelChecker::doExhaustiveInstantiation( FirstOrderModel * fm, Node f,
}
}
if( addInst ){
- if( options::fmfBoundInt() ){
+ if( options::fmfBound() ){
std::vector< Node > cond;
cond.push_back(d_quant_cond[f]);
cond.insert( cond.end(), inst.begin(), inst.end() );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback