mirror of
https://github.com/Z3Prover/z3
synced 2025-10-22 07:10:34 +00:00
deal with regression break
This commit is contained in:
parent
4f0c743e2b
commit
b80ba24ba6
4 changed files with 176 additions and 4 deletions
|
@ -52,6 +52,8 @@ namespace arith {
|
|||
|
||||
// axioms
|
||||
void mk_div_axiom(expr* p, expr* q);
|
||||
void solver::mk_to_int_axiom(app* n);
|
||||
void mk_is_int_axiom(app* n);
|
||||
|
||||
void pop_core(unsigned n) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue