Package com.microsoft.z3
Class ApplyResult
java.lang.Object
com.microsoft.z3.Z3Object
com.microsoft.z3.ApplyResult
ApplyResult objects represent the result of an application of a tactic to a
goal. It contains the subgoals that were produced.
-
Method Summary
Methods inherited from class com.microsoft.z3.Z3Object
arrayLength, arrayToNative
-
Method Details
-
getNumSubgoals
public int getNumSubgoals()The number of Subgoals. -
getSubgoals
Retrieves the subgoals from the ApplyResult.- Throws:
Z3Exception
-
toString
A string representation of the ApplyResult.
-