solve method

void solve()

Implementation

void solve() {
  currentState =
      SudokuState.fromString(SudokuProblem.boardToString(finalState));
}