Remove duplicate >= in Z3

This commit is contained in:
Alex Beregszaszi 2017-10-17 17:43:58 +01:00
parent 114983e079
commit a71c6faf0f

View File

@ -118,8 +118,7 @@ z3::expr Z3Interface::toZ3Expr(Expression const& _expr)
{">=", 2},
{"+", 2},
{"-", 2},
{"*", 2},
{">=", 2}
{"*", 2}
};
string const& n = _expr.name;
if (m_functions.count(n))