Module flag_algebra::operator

source ·
Expand description

Computing and stocking operators of the flag algebra.

Structs§

  • Identifier for the set of flags with given size and type (in the sense of a labeled subgraph).
  • Operator used for flag multiplication .get() returns a vector of matrices M where M[i][j, k] is the number of ways to split i into j and k
  • .get() gives a matrix M where M[i,j] is the number of copies of i in j
  • Type (or root) of a flag. It is identified by its size and its id in the list of flags of that size.
  • Let F be the flag indexed by id on basis basis this represents the unlabeling opearation that sends the type fully_typed(F) to the flag F

Traits§

  • A trait for flag operators that can be saved in a file once computed for the first time.