class Z3::ApplyResult

What a Tactic made of a Goal: the subgoals it broke that goal into.

The original goal is satisfiable exactly when one of the subgoals is, so no subgoals at all means the tactic decided the goal is unsatisfiable, and a single subgoal which is ‘decided_sat?` means it decided the other way.