summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/instantiation_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/instantiation_engine.h
parent7a36dd1e29c6d0160f949d5f805044768fb549d1 (diff)
Add --user-pat=interleave. Remove unused lte inst strategy.
Diffstat (limited to 'src/theory/quantifiers/instantiation_engine.h')
-rw-r--r--src/theory/quantifiers/instantiation_engine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/quantifiers/instantiation_engine.h b/src/theory/quantifiers/instantiation_engine.h
index dc5b976f0..5d46a9815 100644
--- a/src/theory/quantifiers/instantiation_engine.h
+++ b/src/theory/quantifiers/instantiation_engine.h
@@ -26,7 +26,6 @@ namespace quantifiers {
class InstStrategyUserPatterns;
class InstStrategyAutoGenTriggers;
-class InstStrategyLocalTheoryExt;
class InstStrategyFreeVariable;
class InstStrategySimplex;
class InstStrategyCegqi;
@@ -63,8 +62,6 @@ private:
InstStrategyUserPatterns* d_isup;
/** auto gen triggers; only kept for destructor cleanup */
InstStrategyAutoGenTriggers* d_i_ag;
- /** local theory extensions */
- InstStrategyLocalTheoryExt * d_i_lte;
/** full saturate */
InstStrategyFreeVariable * d_i_fs;
/** simplex (cbqi) */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback