3
0
Fork 0
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:
Bernhard Gleiss 2017-10-12 16:36:11 +02:00 committed by Arie Gurfinkel
parent 4148ee128c
commit 56fcb8e6fd
6 changed files with 56 additions and 5 deletions

View file

@ -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