Result type for satisfiability checking procedures.
- none : CheckResult
No progress
- progress : CheckResult
Updated basis, simplified equations.
- propagated : CheckResult
Propagated equations back to the core.
- closed : CheckResult
Closed the goal.
Instances For
@[implicit_reducible]
Joins two results. It uses the order .none < .progress < .propagated < .closed
Instances For
Sanity check theorems