From 7c1cffb3f7c2be0d9ccc954a00b00db3bf4e2899 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 17 Sep 2023 19:54:37 +0200 Subject: Solution output sorting --- src/alg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/alg.h') diff --git a/src/alg.h b/src/alg.h index ee73b64..8f55c15 100644 --- a/src/alg.h +++ b/src/alg.h @@ -33,6 +33,7 @@ AlgList * new_alglist(void); Alg * on_inverse(Alg *alg); void print_alg(Alg *alg, bool l); void print_alglist(AlgList *al, bool l); +void sort_alglist(AlgList *al); void swapmove(Move *m1, Move *m2); Alg * unniss(Alg *alg); -- cgit v1.3