summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/full_model_check.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-10-13 15:53:48 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2014-10-13 15:53:48 +0200
commit3da09bb56cf9fb3a74c9baef55209bc943aa435b (patch)
tree5053a353ad0cd21b63f09dbdfd142f4bed837878 /src/theory/quantifiers/full_model_check.cpp
parentc3992de261f0fa968f50349de1bdc3f9bef6ce6b (diff)
Model building into quantifiers engine. Simplify axiom-inst mode.
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 64ebb6cda..3148901da 100644
--- a/src/theory/quantifiers/full_model_check.cpp
+++ b/src/theory/quantifiers/full_model_check.cpp
@@ -335,7 +335,7 @@ void FullModelChecker::processBuildModel(TheoryModel* m, bool fullModel){
FirstOrderModelFmc * fm = ((FirstOrderModelFmc*)m)->asFirstOrderModelFmc();
if( fullModel==optBuildAtFullModel() ){
Trace("fmc") << "---Full Model Check reset() " << std::endl;
- fm->initialize( d_considerAxioms );
+ fm->initialize();
d_quant_models.clear();
d_rep_ids.clear();
d_star_insts.clear();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback