mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fd9fd52271
commit
a549e73b86
3 changed files with 6 additions and 5 deletions
|
@ -479,7 +479,6 @@ namespace opt {
|
|||
return r;
|
||||
}
|
||||
|
||||
|
||||
expr_ref context::mk_le(unsigned i, model_ref& mdl) {
|
||||
objective const& obj = m_objectives[i];
|
||||
return mk_cmp(false, mdl, obj);
|
||||
|
@ -489,8 +488,7 @@ namespace opt {
|
|||
objective const& obj = m_objectives[i];
|
||||
return mk_cmp(true, mdl, obj);
|
||||
}
|
||||
|
||||
|
||||
|
||||
expr_ref context::mk_gt(unsigned i, model_ref& mdl) {
|
||||
expr_ref result = mk_le(i, mdl);
|
||||
result = mk_not(m, result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue