diff options
Diffstat (limited to 'src/alg.h')
| -rw-r--r-- | src/alg.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -19,6 +19,7 @@ void append_move(Alg *alg, Move m, bool inverse); | |||
| 19 | Move base_move(Move m); | 19 | Move base_move(Move m); |
| 20 | void compose_alg(Alg *alg1, Alg *alg2); | 20 | void compose_alg(Alg *alg1, Alg *alg2); |
| 21 | bool commute(Move m1, Move m2); | 21 | bool commute(Move m1, Move m2); |
| 22 | void copy_alg(Alg *src, Alg *dst); | ||
| 22 | void free_alg(Alg *alg); | 23 | void free_alg(Alg *alg); |
| 23 | void free_alglist(AlgList *l); | 24 | void free_alglist(AlgList *l); |
| 24 | Alg * inverse_alg(Alg *alg); | 25 | Alg * inverse_alg(Alg *alg); |
