summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/model_builder.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2013-06-28 15:46:13 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2013-06-28 15:46:20 -0500
commita23c5715ce7cd279d83e75b232fd24b5c53032ba (patch)
treed61ea9030f7d50995942d77e912a07c656d6807a /src/theory/quantifiers/model_builder.h
parent3355cd887a424ace6bc7b51e63f8adc90d24e3a9 (diff)
More bug fixes for interval models.
Diffstat (limited to 'src/theory/quantifiers/model_builder.h')
-rw-r--r--src/theory/quantifiers/model_builder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/model_builder.h b/src/theory/quantifiers/model_builder.h
index 0d7c146ba..b96c58767 100644
--- a/src/theory/quantifiers/model_builder.h
+++ b/src/theory/quantifiers/model_builder.h
@@ -42,6 +42,8 @@ public:
virtual bool doExhaustiveInstantiation( FirstOrderModel * fm, Node f, int effort ) { return false; }
//whether to construct model
virtual bool optUseModel();
+ //whether to construct model at fullModel = true
+ virtual bool optBuildAtFullModel() { return false; }
//consider axioms
bool d_considerAxioms;
/** number of lemmas generated while building model */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback