mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 06:33:23 +00:00
improved options for IUC computation
This commit is contained in:
parent
370667722d
commit
c3a66217e1
2 changed files with 9 additions and 10 deletions
|
@ -61,7 +61,6 @@ 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