summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/instantiation_engine.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-09-23 15:34:03 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2014-09-23 15:34:03 +0200
commitff216dc63edd0e9dc50bc38010ea50fa565e7e97 (patch)
tree1a61660f8ae118519a40805b98cb945d80e59825 /src/theory/quantifiers/instantiation_engine.h
parent2064e455674aab26e3632da31998bda8b3fff5f9 (diff)
Support :no-pattern.
Diffstat (limited to 'src/theory/quantifiers/instantiation_engine.h')
-rw-r--r--src/theory/quantifiers/instantiation_engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/instantiation_engine.h b/src/theory/quantifiers/instantiation_engine.h
index 393f53897..bf0bb03e1 100644
--- a/src/theory/quantifiers/instantiation_engine.h
+++ b/src/theory/quantifiers/instantiation_engine.h
@@ -137,6 +137,7 @@ public:
Node getNextDecisionRequest();
/** add user pattern */
void addUserPattern( Node f, Node pat );
+ void addUserNoPattern( Node f, Node pat );
public:
/** statistics class */
class Statistics {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback