Functions which are big switch statements to create the bijection class of the correct type.
AUTHORS:
Return the correct KR tableaux to rigged configuration bijection helper class.
TESTS:
sage: KRT = TensorProductOfKirillovReshetikhinTableaux(['A', 4, 1], [[2,1]])
sage: from sage.combinat.rigged_configurations.bijection import KRTToRCBijection
sage: bijection = KRTToRCBijection(KRT(pathlist=[[5,2]]))
Return the correct rigged configuration to KR tableaux bijection helper class.
TESTS:
sage: RC = RiggedConfigurations(['A', 4, 1], [[2, 1]])
sage: from sage.combinat.rigged_configurations.bijection import RCToKRTBijection
sage: bijection = RCToKRTBijection(RC(partition_list=[[1],[1],[1],[1]]))