public class ApplyResult extends Z3Object
| Modifier and Type | Method and Description |
|---|---|
Model |
convertModel(int i,
Model m)
Convert a model for the subgoal
i into a model for the
original goal g, that the ApplyResult was obtained from. |
int |
getNumSubgoals()
The number of Subgoals.
|
Goal[] |
getSubgoals()
Retrieves the subgoals from the ApplyResult.
|
java.lang.String |
toString()
A string representation of the ApplyResult.
|
public int getNumSubgoals()
public Goal[] getSubgoals()
Z3Exceptionpublic Model convertModel(int i, Model m)
i into a model for the
original goal g, that the ApplyResult was obtained from.gZ3Exceptionpublic java.lang.String toString()
toString in class java.lang.Object