summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_conflict_find.cpp
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2017-11-20 05:19:30 -0800
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-11-20 07:19:30 -0600
commit4a12827561bc070fb5c7fd9baf1320a6bf154bc2 (patch)
tree52ee8940610ec19c27b598fc9213769c68dede1f /src/theory/quantifiers/quant_conflict_find.cpp
parent43e5030c126aab0a275a22f5e6645083c391c436 (diff)
Initializes members of QuantInfo. Resolves CID 1362929. (#1391)
Diffstat (limited to 'src/theory/quantifiers/quant_conflict_find.cpp')
-rw-r--r--src/theory/quantifiers/quant_conflict_find.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/theory/quantifiers/quant_conflict_find.cpp b/src/theory/quantifiers/quant_conflict_find.cpp
index 442e3b230..9ed4e5996 100644
--- a/src/theory/quantifiers/quant_conflict_find.cpp
+++ b/src/theory/quantifiers/quant_conflict_find.cpp
@@ -33,9 +33,7 @@ namespace CVC4 {
namespace theory {
namespace quantifiers {
-QuantInfo::QuantInfo()
- : d_mg( NULL )
-{}
+QuantInfo::QuantInfo() : d_mg(NULL), d_unassigned_nvar(0), d_una_index(0) {}
QuantInfo::~QuantInfo() {
delete d_mg;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback