Function validate_puzzle

Source
pub fn validate_puzzle(
    puzzle: &Puzzle,
    solution: &Solution,
) -> Result<(), DominoError>