3
0
Fork 0
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:
Nikolaj Bjorner 2020-10-12 12:26:50 -07:00
parent 4f0c743e2b
commit b80ba24ba6
4 changed files with 176 additions and 4 deletions

View file

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