mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
enable bounding for various domains
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
437a545c3b
commit
a617eac010
8 changed files with 39 additions and 19 deletions
|
@ -999,8 +999,8 @@ namespace smt {
|
|||
// -----------------------------------
|
||||
virtual inf_eps_rational<inf_rational> maximize(theory_var v);
|
||||
virtual theory_var add_objective(app* term);
|
||||
virtual expr* block_lower_bound(theory_var v, inf_rational const& val);
|
||||
expr* block_upper_bound(theory_var v, inf_numeral const& val);
|
||||
virtual expr* mk_gt(theory_var v, inf_rational const& val);
|
||||
virtual expr* mk_ge(theory_var v, inf_numeral const& val);
|
||||
void enable_record_conflict(expr* bound);
|
||||
void record_conflict(unsigned num_lits, literal const * lits,
|
||||
unsigned num_eqs, enode_pair const * eqs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue