You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For methods like enumpoly_solve, stop_after = 0 is used at the C++ level but also works in pygambit, being equivalent to stop_after = None. This will be confusing for a user and should probably be removed from pygambit.
For methods like
enumpoly_solve,stop_after = 0is used at the C++ level but also works in pygambit, being equivalent tostop_after = None. This will be confusing for a user and should probably be removed from pygambit.