summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-03-22 14:07:21 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-03-22 14:07:28 -0500
commit0ee7aa783c299eca1127005b590dd157b315f130 (patch)
tree23d95924956b6bdcfc9a7bc9b6996ac00657007e /src/theory/quantifiers_engine.h
parent5d600cd2df87f81ec19034a79e7fe4eea9482b4c (diff)
Bug fix for define functions + incremental. Minor work on relational triggers.
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 228ac9ee9..920c45c1a 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -204,6 +204,7 @@ private:
std::map< Node, int > d_temp_inst_debug;
int d_total_inst_count_debug;
/** inst round counters TODO: make context-dependent? */
+ context::CDO< int > d_ierCounter_c;
int d_ierCounter;
int d_ierCounter_lc;
int d_ierCounterLastLc;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback