Ask Your Question
0

How to increase GAP's recursion limit

asked 2017-02-06 20:22:46 +0200

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)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-02-07 06:36:55 +0200

nbruin gravatar image

According to the GAP documentation this might help:

libgap.eval("SetRecursionTrapInterval(10000)");
edit flag offensive delete link more

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: 2017-02-06 20:22:46 +0200

Seen: 320 times

Last updated: Feb 07 '17