mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
New option fixedpoint.spacer.print_farkas_stats
Prints the number of Farkas lemmas in each proof
This commit is contained in:
parent
880fc77655
commit
370667722d
2 changed files with 10 additions and 9 deletions
|
@ -61,6 +61,7 @@ private:
|
||||||
unsigned m_iuc;
|
unsigned m_iuc;
|
||||||
unsigned m_iuc_arith;
|
unsigned m_iuc_arith;
|
||||||
bool m_print_farkas_stats;
|
bool m_print_farkas_stats;
|
||||||
|
bool m_print_farkas_stats;
|
||||||
|
|
||||||
bool is_proxy(expr *e, app_ref &def);
|
bool is_proxy(expr *e, app_ref &def);
|
||||||
void undo_proxies_in_core(ptr_vector<expr> &v);
|
void undo_proxies_in_core(ptr_vector<expr> &v);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue