mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
exposing lower/upper
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4719aa11bb
commit
9e2908c3f5
2 changed files with 30 additions and 1 deletions
|
@ -80,6 +80,10 @@ namespace opt {
|
|||
void display_range_assignment(std::ostream& out);
|
||||
static void collect_param_descrs(param_descrs & r);
|
||||
void updt_params(params_ref& p);
|
||||
|
||||
expr_ref get_lower(unsigned idx);
|
||||
expr_ref get_upper(unsigned idx);
|
||||
|
||||
private:
|
||||
void validate_feasibility(maxsmt& ms);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue