85868788899091
/** * @return true if the puzzle is solved. */ public boolean isSolved() { return new SolutionVerifier(this).isSolved(); }