mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
This commit is contained in:
parent
87c0a8136f
commit
7e330c15e7
2 changed files with 10 additions and 0 deletions
|
@ -444,6 +444,7 @@ namespace arith {
|
|||
void apply_sort_cnstr(euf::enode* n, sort* s) override {}
|
||||
bool is_shared(theory_var v) const override;
|
||||
lbool get_phase(bool_var v) override;
|
||||
bool include_func_interp(func_decl* f) const override;
|
||||
|
||||
// bounds and equality propagation callbacks
|
||||
lp::lar_solver& lp() { return *m_solver; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue