diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-12-26 19:27:21 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-12-26 19:27:21 +0100 |
| commit | 5cf18fa4694ab9f082813d04e3ec5b78a061d9df (patch) | |
| tree | 0161c69ec6e368445e3b9aa2d255ae9705252fd1 /src/fst.h | |
| parent | cecdb7c5a0fc4821bc56c6aae5428925ec1baa15 (diff) | |
| download | nissy-5cf18fa4694ab9f082813d04e3ec5b78a061d9df.tar.gz nissy-5cf18fa4694ab9f082813d04e3ec5b78a061d9df.zip | |
Implemented faster fst_ep_to_epos
Diffstat (limited to 'src/fst.h')
| -rw-r--r-- | src/fst.h | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -7,7 +7,6 @@ FstCube cube_to_fst(Cube *cube); | |||
| 7 | FstCube fst_inverse(FstCube fst); | 7 | FstCube fst_inverse(FstCube fst); |
| 8 | FstCube fst_move(Move m, FstCube fst); | 8 | FstCube fst_move(Move m, FstCube fst); |
| 9 | void fst_to_cube(FstCube fst, Cube *cube); | 9 | void fst_to_cube(FstCube fst, Cube *cube); |
| 10 | int fst_where_is_edge(int e, FstCube fst); | ||
| 11 | void init_fst(); | 10 | void init_fst(); |
| 12 | 11 | ||
| 13 | #endif | 12 | #endif |
