summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/model_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/model_engine.h')
-rw-r--r--src/theory/quantifiers/model_engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/model_engine.h b/src/theory/quantifiers/model_engine.h
index c357c2876..1fb4255b2 100644
--- a/src/theory/quantifiers/model_engine.h
+++ b/src/theory/quantifiers/model_engine.h
@@ -34,6 +34,8 @@ private:
private:
//check model
int checkModel();
+ //consider quantified formula
+ bool considerQuantifiedFormula( Node q );
//exhaustively instantiate quantifier (possibly using mbqi)
void exhaustiveInstantiate( Node f, int effort = 0 );
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback