We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7becf commit d3038deCopy full SHA for d3038de
2 files changed
gap/interface.gd
@@ -8,13 +8,13 @@
8
9
#! @Section The main search interface
10
11
-#!
+#! Search for generators of a group
12
DeclareGlobalFunction( "BTKit_SimpleSearch" );
13
14
+#! Search for a single permutation
15
DeclareGlobalFunction( "BTKit_SimpleSinglePermSearch" );
16
17
+#! Search for all permutations (very slow)
18
DeclareGlobalFunction( "BTKit_SimpleAllPermSearch" );
19
20
# Used in init.g
makedoc.g
@@ -27,6 +27,7 @@ _autodoc := rec(
27
"gap/partitionstack.gd",
28
"gap/tracer.gd",
29
"gap/canonical.gd",
30
+ "gap/interface.gd",
31
"examples/partitionstack.autodoc",
32
"examples/refiner.autodoc",
33
],
0 commit comments