Functorial composition species

class sage.combinat.species.functorial_composition_species.FunctorialCompositionSpecies_class(F, G, min=None, max=None, weight=None)

Bases: sage.combinat.species.species.GenericCombinatorialSpecies

weight_ring()

Returns the weight ring for this species. This is determined by asking Sage’s coercion model what the result is when you multiply (and add) elements of the weight rings for each of the operands.

EXAMPLES:

sage: G = species.SimpleGraphSpecies()
sage: G.weight_ring()
Rational Field
class sage.combinat.species.functorial_composition_species.FunctorialCompositionStructure(parent, labels, list)
Bases: sage.combinat.species.structure.GenericSpeciesStructure

Previous topic

Composition species

Next topic

Species structures

This Page