ApplyResult objects represent the result of an application of a tactic to a goal. It contains the subgoals that were produced. More...
Public Member Functions | |
override string | ToString () |
A string representation of the ApplyResult. More... | |
Public Member Functions inherited from Z3Object | |
void | Dispose () |
Disposes of the underlying native Z3 object. More... | |
Properties | |
uint | NumSubgoals [get] |
The number of Subgoals. More... | |
Goal[] | Subgoals [get] |
Retrieves the subgoals from the ApplyResult. More... | |
Properties inherited from Z3Object | |
Context | Context [get] |
Access Context object More... | |
ApplyResult objects represent the result of an application of a tactic to a goal. It contains the subgoals that were produced.
Definition at line 29 of file ApplyResult.cs.
|
inline |
|
get |
The number of Subgoals.
Definition at line 34 of file ApplyResult.cs.
Referenced by Goal.Simplify().
|
get |
Retrieves the subgoals from the ApplyResult.
Definition at line 42 of file ApplyResult.cs.
Referenced by Goal.Simplify().