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
Instead of e(), f(), epsilon(), phi() checking the index set each time, these functions will check to make sure i is in the index set, then call _e(), _f(), _epsilon(), _phi() which assume i is valid input and respectively call the private methods.
Followup to #14516 which does the following:
e()
,f()
,epsilon()
,phi()
checking the index set each time, these functions will check to make sure i is in the index set, then call_e()
,_f()
,_epsilon()
,_phi()
which assume i is valid input and respectively call the private methods.Depends on #14516
Depends on #14573
Depends on #14143
CC: @sagetrac-sage-combinat @bsalisbury1 @anneschilling @nthiery
Component: combinatorics
Keywords: crystals speedup optimization
Author: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/14686
The text was updated successfully, but these errors were encountered: