mirror of
https://github.com/Z3Prover/z3
synced 2025-06-04 05:11: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>
|
/// <summary>
|
||||||
/// Check satisfiability of asserted constraints.
|
/// Check satisfiability of asserted constraints.
|
||||||
/// Produce a model that (when the objectives are bounded and
|
/// Produce a model that (when the objectives are bounded and
|
||||||
/// don't use strict inequalities) meets the objectives.
|
/// don't use strict inequalities) meets the objectives.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
///
|
///
|
||||||
public Status Check() {
|
public Status Check()
|
||||||
|
{
|
||||||
Z3_lbool r = (Z3_lbool)Native.Z3_optimize_check(Context.nCtx, NativeObject);
|
Z3_lbool r = (Z3_lbool)Native.Z3_optimize_check(Context.nCtx, NativeObject);
|
||||||
switch (r)
|
switch (r)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue