3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-17 00:32:16 +00:00

added option fixedpoint.spacer.iuc.debug_proof to debug proof which is used for generation of iuc

This commit is contained in:
Bernhard Gleiss 2017-10-23 15:39:59 +02:00 committed by Arie Gurfinkel
parent c3a66217e1
commit 25fad153d1
6 changed files with 36 additions and 16 deletions

View file

@ -277,7 +277,7 @@ void itp_solver::get_itp_core (expr_ref_vector &core)
else
{
// new code
unsat_core_learner learner(m,m_print_farkas_stats);
unsat_core_learner learner(m, m_print_farkas_stats, m_iuc_debug_proof);
if (m_iuc_arith == 0 || m_iuc_arith > 3)
{