summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-06-22 15:27:44 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-06-22 15:27:44 +0200
commitbfb9c562ac509a0c7b00e53c17aab5cda83129ac (patch)
tree79e5eb68e6f87b265847870d4d852e0f5ac5c650 /src/theory/quantifiers_engine.h
parent7a36dd1e29c6d0160f949d5f805044768fb549d1 (diff)
Add --user-pat=interleave. Remove unused lte inst strategy.
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index e613ef284..d5887f907 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -21,6 +21,7 @@
#include "util/hash.h"
#include "theory/quantifiers/inst_match.h"
#include "theory/quantifiers/quant_util.h"
+#include "theory/quantifiers/modes.h"
#include "expr/attribute.h"
#include "util/statistics_registry.h"
@@ -284,6 +285,8 @@ public:
int getNumLemmasWaiting() { return (int)d_lemmas_waiting.size(); }
/** get needs check */
bool getInstWhenNeedsCheck( Theory::Effort e );
+ /** get user pat mode */
+ quantifiers::UserPatMode getInstUserPatMode();
/** set instantiation level attr */
static void setInstantiationLevelAttr( Node n, uint64_t level );
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback