mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
This commit is contained in:
parent
637ddf9397
commit
a15da8f9ba
4 changed files with 13 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue