some more debugging output

This commit is contained in:
chriseth
2022-03-20 22:34:22 +01:00
parent c8c9067c9b
commit fe15610ba4
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -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
{