diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-11 19:48:57 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-11 19:48:57 +0200 |
| commit | 10b65003102675bd19c0e5174ff249be2a163bc7 (patch) | |
| tree | 10388535f1395f084a1a0456094f90cc2390fc62 /src/nissy.c | |
| parent | e6ff0ce6926fa921a13055c9c35d8e60b691e776 (diff) | |
| download | nissy-core-10b65003102675bd19c0e5174ff249be2a163bc7.tar.gz nissy-core-10b65003102675bd19c0e5174ff249be2a163bc7.zip | |
Simplified solver
Diffstat (limited to 'src/nissy.c')
| -rw-r--r-- | src/nissy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nissy.c b/src/nissy.c index 2d6af4b..d657d8e 100644 --- a/src/nissy.c +++ b/src/nissy.c | |||
| @@ -334,7 +334,7 @@ nissy_solve( | |||
| 334 | ret = -1; | 334 | ret = -1; |
| 335 | } else { | 335 | } else { |
| 336 | ret = solve_h48(c, minmoves, maxmoves, maxsolutions, | 336 | ret = solve_h48(c, minmoves, maxmoves, maxsolutions, |
| 337 | h, k, data, solutions); | 337 | data, solutions); |
| 338 | } | 338 | } |
| 339 | } else if (!strcmp(solver, "h48stats")) { | 339 | } else if (!strcmp(solver, "h48stats")) { |
| 340 | ret = solve_h48stats(c, maxmoves, data, solutions); | 340 | ret = solve_h48stats(c, maxmoves, data, solutions); |
