summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/inst_strategy_cbqi.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-02-22 08:59:03 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-02-22 08:59:09 +0100
commit48bc3c425947542ca1a337e08044c8f745600690 (patch)
treecc08928a21cb4d8c81d2d8ab338a65fe7cca5128 /src/theory/quantifiers/inst_strategy_cbqi.h
parentd2b44175c45a6d2c2fa9c3f8ec1ca1c433cb399b (diff)
New trigger options. --inst-no-entail on by default. Misc cleanup.
Diffstat (limited to 'src/theory/quantifiers/inst_strategy_cbqi.h')
-rw-r--r--src/theory/quantifiers/inst_strategy_cbqi.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/theory/quantifiers/inst_strategy_cbqi.h b/src/theory/quantifiers/inst_strategy_cbqi.h
index bfc0501dc..72ab5d247 100644
--- a/src/theory/quantifiers/inst_strategy_cbqi.h
+++ b/src/theory/quantifiers/inst_strategy_cbqi.h
@@ -38,12 +38,11 @@ namespace quantifiers {
class InstStrategySimplex : public InstStrategy{
-protected:
- /** calculate if we should process this quantifier */
- bool calculateShouldProcess( Node f );
private:
/** reference to theory arithmetic */
arith::TheoryArith* d_th;
+ /** quantifiers we should process */
+ std::map< Node, bool > d_quantActive;
/** delta */
std::map< TypeNode, Node > d_deltas;
/** for each quantifier, simplex rows */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback