mirror of
https://github.com/Z3Prover/z3
synced 2025-06-02 12:21:21 +00:00
Formatting
This commit is contained in:
parent
f0b699f03a
commit
a41a9c94dd
1 changed files with 49 additions and 49 deletions
|
@ -137,14 +137,14 @@ 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.
|
||||
/// </summary>
|
||||
///
|
||||
public Status Check() {
|
||||
public Status Check()
|
||||
{
|
||||
Z3_lbool r = (Z3_lbool)Native.Z3_optimize_check(Context.nCtx, NativeObject);
|
||||
switch (r)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue