Class ApplyResult

java.lang.Object
com.microsoft.z3.Z3Object
com.microsoft.z3.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 Details

    • 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