SolverStatus Type
Represents the result of a solver satisfiability query.
Union cases
| Union case |
Description
|
Full Usage:
Sat
|
|
Full Usage:
Unknown
|
|
Full Usage:
Unsat
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsSat
Returns: bool
|
|
Full Usage:
this.IsUnknown
Returns: bool
|
|
Full Usage:
this.IsUnsat
Returns: bool
|
|
B2R2