How to increase GAP's recursion limit
Is there a way to increase the recursion limit of (lib)GAP processes? I am hitting a recursion limit when computing a double coset:
--> 531 coset_space = libgap.DoubleCosets(G, C_G_s0, C_G_s1)
ValueError: libGAP: Error, recursion depth trap (5000)