mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +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
|
@ -75,8 +75,8 @@ namespace opt {
|
|||
void reset_objectives();
|
||||
|
||||
vector<inf_eps> const& get_objective_values();
|
||||
expr_ref block_lower_bound(unsigned obj_index, inf_eps const& val);
|
||||
expr_ref block_upper_bound(unsigned obj_index, inf_eps const& val);
|
||||
expr_ref mk_gt(unsigned obj_index, inf_eps const& val);
|
||||
expr_ref mk_ge(unsigned obj_index, inf_eps const& val);
|
||||
|
||||
static opt_solver& to_opt(solver& s);
|
||||
void set_interim_stats(statistics & st);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue