Header menu logo B2R2

SolverStatus Type

Represents the result of a solver satisfiability query.

Union cases

Union case Description

Sat

Full Usage: Sat

Unknown

Full Usage: Unknown

Unsat

Full Usage: Unsat

Instance members

Instance member Description

this.IsSat

Full Usage: this.IsSat

Returns: bool
Returns: bool

this.IsUnknown

Full Usage: this.IsUnknown

Returns: bool
Returns: bool

this.IsUnsat

Full Usage: this.IsUnsat

Returns: bool
Returns: bool

Type something to start searching.