summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/model_engine.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-09-16 11:07:36 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-09-16 11:07:36 +0200
commit548582b252170f35a602705a109d88a608611cca (patch)
treeabcfe42578de4b4a99905ed76e1df23c396820ef /src/theory/quantifiers/model_engine.h
parentbad7f4fe4dca4c6511c2862bf81b6791640ac78f (diff)
Add option --fmf-fun-rlv, remove deprecated option --axiom-inst.
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