Merge leftover.

This commit is contained in:
chriseth 2022-02-17 12:00:07 +01:00
parent 696515fe69
commit 337aea9483

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)