Function essential_check::solution::check

source ยท
pub fn check(solution: &Solution) -> Result<(), InvalidSolution>
Expand description

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

This includes solution data and state mutations.