From eb27070783709a410e6655ba9af6da6de5b0da9d Mon Sep 17 00:00:00 2001 From: ajreynol Date: Wed, 16 Mar 2016 13:57:53 -0500 Subject: Change internal representative selection for finite domains that do not involve uninterpreted sorts, including bounded integer quantification. --- src/theory/quantifiers_engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/quantifiers_engine.h') diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h index 0c43223d8..228ac9ee9 100644 --- a/src/theory/quantifiers_engine.h +++ b/src/theory/quantifiers_engine.h @@ -203,7 +203,7 @@ private: std::map< Node, int > d_total_inst_debug; std::map< Node, int > d_temp_inst_debug; int d_total_inst_count_debug; - /** inst round counters */ + /** inst round counters TODO: make context-dependent? */ int d_ierCounter; int d_ierCounter_lc; int d_ierCounterLastLc; -- cgit v1.2.3