jagua_rs::util::assertions

Function problem_matches_solution

Source
pub fn problem_matches_solution<P: ProblemGeneric>(
    problem: &P,
    solution: &Solution,
) -> bool