diff options
Diffstat (limited to 'src/solvers/coord/solve.h')
| -rw-r--r-- | src/solvers/coord/solve.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/solvers/coord/solve.h b/src/solvers/coord/solve.h index 8806d17..464f7bd 100644 --- a/src/solvers/coord/solve.h +++ b/src/solvers/coord/solve.h | |||
| @@ -120,7 +120,7 @@ solve_coord_dfs(dfsarg_solve_coord_t arg[static 1]) | |||
| 120 | if (!coord_solution_admissible(arg)) | 120 | if (!coord_solution_admissible(arg)) |
| 121 | return 0; | 121 | return 0; |
| 122 | return appendsolution(arg->solution_moves, | 122 | return appendsolution(arg->solution_moves, |
| 123 | arg->solution_settings, arg->solution_list); | 123 | arg->solution_settings, arg->solution_list, true); |
| 124 | } | 124 | } |
| 125 | 125 | ||
| 126 | if (solve_coord_dfs_stop(arg)) | 126 | if (solve_coord_dfs_stop(arg)) |
| @@ -316,7 +316,7 @@ solve_coord( | |||
| 316 | 316 | ||
| 317 | if (coord->coord(c, coord_data) == 0) { | 317 | if (coord->coord(c, coord_data) == 0) { |
| 318 | if (minmoves == 0 && !appendsolution( | 318 | if (minmoves == 0 && !appendsolution( |
| 319 | &solution_moves, &solution_settings, &solution_list)) | 319 | &solution_moves, &solution_settings, &solution_list, true)) |
| 320 | goto solve_coord_error_buffer; | 320 | goto solve_coord_error_buffer; |
| 321 | goto solve_coord_done; | 321 | goto solve_coord_done; |
| 322 | } | 322 | } |
