mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
added option fixedpoint.spacer.print_farkas_stats to print number of Farkas lemmas in each proof
This commit is contained in:
parent
4148ee128c
commit
56fcb8e6fd
6 changed files with 56 additions and 5 deletions
|
@ -274,7 +274,7 @@ void itp_solver::get_itp_core (expr_ref_vector &core)
|
|||
simplify_bounds (core); // XXX potentially redundant
|
||||
} else {
|
||||
// new code
|
||||
unsat_core_learner learner(m);
|
||||
unsat_core_learner learner(m,m_print_farkas_stats);
|
||||
|
||||
if (m_farkas_optimized) {
|
||||
if (true) // TODO: proper options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue