Ask Your Question
0

How to increase GAP's recursion limit

asked 8 years ago

jaebond gravatar image

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)

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 8 years ago

nbruin gravatar image

According to the GAP documentation this might help:

libgap.eval("SetRecursionTrapInterval(10000)");
Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 8 years ago

Seen: 393 times

Last updated: Feb 07 '17