diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-09-17 19:54:37 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-09-17 19:54:37 +0200 |
| commit | 7c1cffb3f7c2be0d9ccc954a00b00db3bf4e2899 (patch) | |
| tree | 1fbd4817fddc120cc789a35b6b2178b7e944f773 /src/alg.h | |
| parent | a37185d488b90eb89f5e9a949819e905919c84a8 (diff) | |
| download | nissy-classic-7c1cffb3f7c2be0d9ccc954a00b00db3bf4e2899.tar.gz nissy-classic-7c1cffb3f7c2be0d9ccc954a00b00db3bf4e2899.zip | |
Solution output sorting
Diffstat (limited to 'src/alg.h')
| -rw-r--r-- | src/alg.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -33,6 +33,7 @@ AlgList * new_alglist(void); | |||
| 33 | Alg * on_inverse(Alg *alg); | 33 | Alg * on_inverse(Alg *alg); |
| 34 | void print_alg(Alg *alg, bool l); | 34 | void print_alg(Alg *alg, bool l); |
| 35 | void print_alglist(AlgList *al, bool l); | 35 | void print_alglist(AlgList *al, bool l); |
| 36 | void sort_alglist(AlgList *al); | ||
| 36 | void swapmove(Move *m1, Move *m2); | 37 | void swapmove(Move *m1, Move *m2); |
| 37 | Alg * unniss(Alg *alg); | 38 | Alg * unniss(Alg *alg); |
| 38 | 39 | ||
