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 2021-05-05 16:57:06 -07:00
parent 87c0a8136f
commit 7e330c15e7
2 changed files with 10 additions and 0 deletions

View file

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