aboutsummaryrefslogtreecommitdiff
path: root/src/fst.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-12-26 19:27:21 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-12-26 19:27:21 +0100
commit5cf18fa4694ab9f082813d04e3ec5b78a061d9df (patch)
tree0161c69ec6e368445e3b9aa2d255ae9705252fd1 /src/fst.h
parentcecdb7c5a0fc4821bc56c6aae5428925ec1baa15 (diff)
downloadnissy-5cf18fa4694ab9f082813d04e3ec5b78a061d9df.tar.gz
nissy-5cf18fa4694ab9f082813d04e3ec5b78a061d9df.zip
Implemented faster fst_ep_to_epos
Diffstat (limited to 'src/fst.h')
-rw-r--r--src/fst.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fst.h b/src/fst.h
index be5e99b..c3b226c 100644
--- a/src/fst.h
+++ b/src/fst.h
@@ -7,7 +7,6 @@ FstCube cube_to_fst(Cube *cube);
7FstCube fst_inverse(FstCube fst); 7FstCube fst_inverse(FstCube fst);
8FstCube fst_move(Move m, FstCube fst); 8FstCube fst_move(Move m, FstCube fst);
9void fst_to_cube(FstCube fst, Cube *cube); 9void fst_to_cube(FstCube fst, Cube *cube);
10int fst_where_is_edge(int e, FstCube fst);
11void init_fst(); 10void init_fst();
12 11
13#endif 12#endif

Generated with cgit - Back to sebastiano.tronto.net