ISolver Type
Represents an SMT solver for symbolic path conditions.
Instance members
| Instance member |
Description
|
Full Usage:
this.CheckSat
Parameters:
string
Returns: Result<string, SymbEvalError>
Modifiers: abstract |
Check whether the given SMT-LIB2 assertion script is satisfiable.
|
Full Usage:
this.GetModels
Parameters:
string
Returns: Result<string, SymbEvalError>
Modifiers: abstract |
Get a raw model for the given SMT-LIB2 assertion script.
|
B2R2