From b55cdcaee28aebed9f4ea7e4790e0c97249933ae Mon Sep 17 00:00:00 2001 From: ajreynol Date: Thu, 29 Sep 2016 17:48:33 -0500 Subject: Address some coverity warnings, add another stat. --- src/theory/quantifiers/inst_strategy_cbqi.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/theory/quantifiers/inst_strategy_cbqi.cpp') diff --git a/src/theory/quantifiers/inst_strategy_cbqi.cpp b/src/theory/quantifiers/inst_strategy_cbqi.cpp index f432817fd..ac6e1edbe 100644 --- a/src/theory/quantifiers/inst_strategy_cbqi.cpp +++ b/src/theory/quantifiers/inst_strategy_cbqi.cpp @@ -625,6 +625,7 @@ InstStrategyCegqi::InstStrategyCegqi( QuantifiersEngine * qe ) : InstStrategyCbqi( qe ) { d_out = new CegqiOutputInstStrategy( this ); d_small_const = NodeManager::currentNM()->mkConst( Rational(1)/Rational(1000000) ); + d_check_vts_lemma_lc = false; } InstStrategyCegqi::~InstStrategyCegqi() throw () { -- cgit v1.2.3