summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-01-24 19:42:21 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-01-24 19:42:21 +0100
commit79ad2d6ec3ebd5c45dce4e13e895d0bed0a6f525 (patch)
tree7524e1376337c2b3d6544eeda832f8f3d574b409 /src/theory/quantifiers_engine.h
parent73cecf65a750b9ee59486083af5ee55734da0a6a (diff)
Variable patterns only look at eligible terms. Minor refactoring of quantifiers check for sat.
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 14e26f2b6..c533f4cbb 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -282,8 +282,6 @@ public:
bool getInstWhenNeedsCheck( Theory::Effort e );
/** set instantiation level attr */
static void setInstantiationLevelAttr( Node n, uint64_t level );
- /** is term eligble for instantiation? */
- bool isTermEligibleForInstantiation( Node n, Node f, bool print = false );
public:
/** get number of quantifiers */
int getNumQuantifiers() { return (int)d_quants.size(); }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback