summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/instantiation_engine.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-11-28 16:27:19 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2014-11-28 16:27:27 +0100
commit68f22235a62f5276b206e9a6692a85001beb8d42 (patch)
treef9700ab9aaacf866121c7e4f947dffd20710f628 /src/theory/quantifiers/instantiation_engine.h
parent388a6acf4acd50a7611faae91b3489ac2209e584 (diff)
Synchronize conjecture generation with E-matching. Minor fix to --full-saturate-quant.
Diffstat (limited to 'src/theory/quantifiers/instantiation_engine.h')
-rw-r--r--src/theory/quantifiers/instantiation_engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/quantifiers/instantiation_engine.h b/src/theory/quantifiers/instantiation_engine.h
index 2fa37ac35..2d427ae0a 100644
--- a/src/theory/quantifiers/instantiation_engine.h
+++ b/src/theory/quantifiers/instantiation_engine.h
@@ -84,8 +84,6 @@ private:
typedef context::CDHashMap< Node, bool, NodeHashFunction > BoolMap;
/** whether the instantiation engine should set incomplete if it cannot answer SAT */
bool d_setIncomplete;
- /** inst round counter */
- int d_ierCounter;
/** whether each quantifier is active */
std::map< Node, bool > d_quant_active;
/** whether we have added cbqi lemma */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback