summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/inst_propagator.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-09-29 17:48:33 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-09-29 17:48:33 -0500
commitb55cdcaee28aebed9f4ea7e4790e0c97249933ae (patch)
tree85a708e846adfe9105d090c510987ae2ff8603d1 /src/theory/quantifiers/inst_propagator.cpp
parentbf1597c53ef6b3d5e6ce6b5601d0b3f97fbea9d9 (diff)
Address some coverity warnings, add another stat.
Diffstat (limited to 'src/theory/quantifiers/inst_propagator.cpp')
-rw-r--r--src/theory/quantifiers/inst_propagator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/inst_propagator.cpp b/src/theory/quantifiers/inst_propagator.cpp
index 41c9c40c8..1f68fb787 100644
--- a/src/theory/quantifiers/inst_propagator.cpp
+++ b/src/theory/quantifiers/inst_propagator.cpp
@@ -597,6 +597,8 @@ void InstPropagator::InstInfo::init( Node q, Node lem, std::vector< Node >& term
InstPropagator::InstPropagator( QuantifiersEngine* qe ) :
d_qe( qe ), d_notify(*this), d_qy( qe ){
+ d_icount = 1;
+ d_conflict = false;
}
bool InstPropagator::reset( Theory::Effort e ) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback