mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 05:58:55 +00:00
fix #7017
This commit is contained in:
parent
f36f21fa8c
commit
8179f8b5d7
3 changed files with 12 additions and 3 deletions
|
@ -401,6 +401,7 @@ namespace arith {
|
|||
bool delayed_assume_eqs();
|
||||
bool is_eq(theory_var v1, theory_var v2);
|
||||
bool use_nra_model();
|
||||
bool include_func_interp(enode* n) const;
|
||||
|
||||
lbool make_feasible();
|
||||
bool check_delayed_eqs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue