diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-01 09:33:26 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-01 09:33:26 +0200 |
| commit | b0053277e385bee23336d1fe6b69a12f49f9172f (patch) | |
| tree | 531e44cd6f8e807c991d0a46692140667939fbe3 /src/solvers/solutions.h | |
| parent | b6c1ff6cfdfe0f4ce602fe83e54c3112a1c95690 (diff) | |
| download | nissy-core-b0053277e385bee23336d1fe6b69a12f49f9172f.tar.gz nissy-core-b0053277e385bee23336d1fe6b69a12f49f9172f.zip | |
simplified allowedmoves logic
Diffstat (limited to 'src/solvers/solutions.h')
| -rw-r--r-- | src/solvers/solutions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/solutions.h b/src/solvers/solutions.h index bbff9cf..1b5517c 100644 --- a/src/solvers/solutions.h +++ b/src/solvers/solutions.h | |||
| @@ -128,7 +128,7 @@ appendsolution( | |||
| 128 | 128 | ||
| 129 | /* | 129 | /* |
| 130 | This is a bit ugly: we have to sort now and then again | 130 | This is a bit ugly: we have to sort now and then again |
| 131 | later, because the allowednext check would fail with | 131 | later, because the allowedmoves check would fail with |
| 132 | improperly sorted parallel moves, but then transforming | 132 | improperly sorted parallel moves, but then transforming |
| 133 | could swap the pairs the wrong way around. | 133 | could swap the pairs the wrong way around. |
| 134 | TODO: maybe fix this | 134 | TODO: maybe fix this |
