mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 02:25:32 +00:00
Clarify optimizer guarantees (#7030)
* Clarify optimizer guarantees (python) * Clarify optimization guarantees (OCaml) * Clarify optimizer guarantees (java) * Clarify optimizer guarantees (.net)
This commit is contained in:
parent
6910a4e18c
commit
18f14921ba
4 changed files with 4 additions and 4 deletions
|
@ -8046,7 +8046,7 @@ class Optimize(Z3PPObject):
|
|||
Z3_optimize_pop(self.ctx.ref(), self.optimize)
|
||||
|
||||
def check(self, *assumptions):
|
||||
"""Check satisfiability while optimizing objective functions."""
|
||||
"""Check consistency and produce optimal values."""
|
||||
assumptions = _get_args(assumptions)
|
||||
num = len(assumptions)
|
||||
_assumptions = (Ast * num)()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue