3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-02 04:27:52 +00:00

Fix debug printing in iuc_solver

This commit is contained in:
Arie Gurfinkel 2018-05-16 21:15:40 -07:00
parent ff0f257102
commit 689414d055
2 changed files with 8 additions and 3 deletions

View file

@ -284,7 +284,8 @@ void iuc_solver::get_iuc(expr_ref_vector &core)
// -- old hypothesis reducer while the new one is broken
if (m_old_hyp_reducer)
{
// preprocess proof in order to get a proof which is better suited for unsat-core-extraction
// preprocess proof in order to get a proof which is
// better suited for unsat-core-extraction
if (m_print_farkas_stats)
{
iuc_proof iuc_before(m, res.get(), B);