Function check_set

Source
pub fn check_set(set: &SolutionSet) -> Result<(), InvalidSolutionSet>
Expand description

Validate a solution set, to the extent it can be validated without reference to its associated predicates.

This includes solutions and state mutations.