diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-03-05 15:17:07 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-03-05 15:17:07 +0100 |
| commit | 1a5bfe9b08707b0aef748d7921a419ba4a046fba (patch) | |
| tree | fc23d1fce16a5a7dd822274adab309dbbb3663e7 /src/solve.c | |
| parent | 87a15e960e31365698df7e06cd3e6b851e17c1a5 (diff) | |
| download | nissy-1a5bfe9b08707b0aef748d7921a419ba4a046fba.tar.gz nissy-1a5bfe9b08707b0aef748d7921a419ba4a046fba.zip | |
Some fixes
Diffstat (limited to '')
| -rw-r--r-- | src/solve.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/solve.c b/src/solve.c index 41f99a2..2d0c94d 100644 --- a/src/solve.c +++ b/src/solve.c | |||
| @@ -115,5 +115,8 @@ solve(Cube *cube, SolveOptions *opts, Solver **solver, Threader *threader) | |||
| 115 | (opts->optimal != -1 && d >= opts->optimal + optimal); | 115 | (opts->optimal != -1 && d >= opts->optimal + optimal); |
| 116 | } | 116 | } |
| 117 | 117 | ||
| 118 | /* TODO: some cleanup (free cubedata) */ | ||
| 119 | /* TODO: actually, preparation should be done somewhere else */ | ||
| 120 | |||
| 118 | return sols; | 121 | return sols; |
| 119 | } | 122 | } |
