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:
parent
c3a66217e1
commit
25fad153d1
6 changed files with 36 additions and 16 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue