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
committed by GitHub
co-authored by Bhargava Shastry
parent e7c68cd0d0
commit 739e3dce04
+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;