summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
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_engine.h
parentc3992de261f0fa968f50349de1bdc3f9bef6ce6b (diff)
Model building into quantifiers engine. Simplify axiom-inst mode.
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index ee905ad09..75b55ca4a 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -53,6 +53,8 @@ public:
virtual void finishInit() {}
/* whether this module needs to check this round */
virtual bool needsCheck( Theory::Effort e ) { return e>=Theory::EFFORT_LAST_CALL; }
+ /* whether this module needs a model built */
+ virtual bool needsModel( Theory::Effort e ) { return false; }
/* reset at a round */
virtual void reset_round( Theory::Effort e ){}
/* Call during quantifier engine's check */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback