Update libsolutil/LP.h

Co-authored-by: Bhargava Shastry <bhargava.shastry@ethereum.org>
This commit is contained in:
chriseth
2022-03-20 20:19:20 +01:00
co-authored by Bhargava Shastry
parent 1e1964362c
commit f77f0ecae4
+1 -1
View File
@@ -42,7 +42,7 @@ struct Constraint
LinearExpression data;
bool equality = false;
/// Set of literals the conjunction of which implies this constraint.
std::set<size_t> reasons;
std::set<size_t> reasons = {};
bool operator<(Constraint const& _other) const;
bool operator==(Constraint const& _other) const;