mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update libsolutil/LP.h
Co-authored-by: Bhargava Shastry <bhargava.shastry@ethereum.org>
This commit is contained in:
parent
1e1964362c
commit
f77f0ecae4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user