mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
some more debugging output
This commit is contained in:
@@ -135,6 +135,7 @@ void BooleanLPSolver::addAssertion(Expression const& _expr)
|
||||
Constraint c{move(data), _expr.name == "=", {}};
|
||||
if (!tryAddDirectBounds(c))
|
||||
state().fixedConstraints.emplace_back(move(c));
|
||||
cout << "Added as fixed constraint" << endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user