diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-29 10:55:29 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-29 10:55:29 +0200 |
| commit | 52c21640508c3fc668107778ae027ff4428ebd89 (patch) | |
| tree | 821a0a8d4ba7ee8c0311d4fbd4120a37dfc5082b /src/solvers/solutions.h | |
| parent | 38014615238a51f1c0c1f2f96d37cbfbf765520a (diff) | |
| download | nissy-core-52c21640508c3fc668107778ae027ff4428ebd89.tar.gz nissy-core-52c21640508c3fc668107778ae027ff4428ebd89.zip | |
Cleanup some TODOs
Diffstat (limited to 'src/solvers/solutions.h')
| -rw-r--r-- | src/solvers/solutions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/solvers/solutions.h b/src/solvers/solutions.h index cdb1fdb..f3761d9 100644 --- a/src/solvers/solutions.h +++ b/src/solvers/solutions.h | |||
| @@ -186,7 +186,6 @@ appendsolution( | |||
| 186 | later, because the allowedmoves check would fail with | 186 | later, because the allowedmoves check would fail with |
| 187 | improperly sorted parallel moves, but then transforming | 187 | improperly sorted parallel moves, but then transforming |
| 188 | could swap the pairs the wrong way around. | 188 | could swap the pairs the wrong way around. |
| 189 | TODO: maybe fix this | ||
| 190 | */ | 189 | */ |
| 191 | sortparallel_moves(tsol[r].nmoves, tsol[r].moves); | 190 | sortparallel_moves(tsol[r].nmoves, tsol[r].moves); |
| 192 | 191 | ||
