3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 11:37:54 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-01-16 19:11:55 -08:00
parent 637ddf9397
commit a15da8f9ba
4 changed files with 13 additions and 0 deletions

View file

@ -448,6 +448,7 @@ namespace arith {
lbool get_phase(bool_var v) override;
bool include_func_interp(func_decl* f) const override;
bool enable_ackerman_axioms(euf::enode* n) const override { return !a.is_add(n->get_expr()); }
bool has_unhandled() const override { return m_not_handled != nullptr; }
// bounds and equality propagation callbacks
lp::lar_solver& lp() { return *m_solver; }