Update libsolutil/LP.h

Co-authored-by: Bhargava Shastry <bhargava.shastry@ethereum.org>
This commit is contained in:
chriseth 2022-03-01 12:28:52 +01:00
parent 1e1964362c
commit f77f0ecae4

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;