Class ApplyResult


  • public class ApplyResult
    extends Z3Object
    ApplyResult objects represent the result of an application of a tactic to a goal. It contains the subgoals that were produced.
    • Method Detail

      • getNumSubgoals

        public int getNumSubgoals()
        The number of Subgoals.
      • getSubgoals

        public Goal[] getSubgoals()
        Retrieves the subgoals from the ApplyResult.
        Throws:
        Z3Exception
      • toString

        public String toString()
        A string representation of the ApplyResult.
        Overrides:
        toString in class Object