From b9332c2897a354cb2f7275a67cb949770b558d25 Mon Sep 17 00:00:00 2001 From: ajreynol Date: Thu, 28 Apr 2016 07:01:05 -0500 Subject: More work on inst propagate. Optimization for qcf to check instances eagerly. Improvements to equality query for disequalities. --- src/theory/quantifiers_engine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/theory/quantifiers_engine.h') diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h index 4ee66f9e7..4c7cb4a2f 100644 --- a/src/theory/quantifiers_engine.h +++ b/src/theory/quantifiers_engine.h @@ -156,6 +156,7 @@ private: //this information is reset during check unsigned d_curr_effort_level; /** are we in conflict */ bool d_conflict; + context::CDO< bool > d_conflict_c; /** number of lemmas we actually added this round (for debugging) */ unsigned d_num_added_lemmas_round; /** has added lemma this round */ -- cgit v1.2.3