Merge leftover.

This commit is contained in:
chriseth
2022-03-20 20:19:20 +01:00
parent 696515fe69
commit 337aea9483
-7
View File
@@ -487,13 +487,6 @@ bool SolvingState::Compare::operator()(SolvingState const& _a, SolvingState cons
return _a.variableNames < _b.variableNames;
}
{
return
variableNames == _other.variableNames &&
bounds == _other.bounds &&
constraints == _other.constraints;
}
namespace
{
string toString(rational const& _x)