mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 06:43:40 +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
|
@ -220,7 +220,7 @@ namespace Microsoft.Z3
|
|||
/// <summary>
|
||||
/// Check satisfiability of asserted constraints.
|
||||
/// Produce a model that (when the objectives are bounded and
|
||||
/// don't use strict inequalities) meets the objectives.
|
||||
/// don't use strict inequalities) is optimal.
|
||||
/// </summary>
|
||||
///
|
||||
public Status Check(params Expr[] assumptions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue