package documentation
The rlgt.graphs package provides the Graph class, which models a k-edge-colored looped
complete graph as well as a batch of k-edge-colored looped complete graphs of the same order. The
package also provides the GraphFormat enumeration, which defines the formats used to represent a
k-edge-colored looped complete graph, along with several auxiliary functions and supporting
classes for constructing k-edge-colored looped complete graphs with specific structures.
| Module | graph |
This Python module contains the Graph class. This class encapsulates the concept of a k-edge-colored looped complete graph or a batch of k-edge-colored looped complete graphs of the same order. |
| Module | graph |
This Python module contains several enumerations related to k-edge-colored looped complete graphs: |
| Module | special |
This Python module contains classes that inherit from the Graph class and provide ways to construct k-edge-colored looped complete graphs with specific structures. |
| Module | utils |
This Python module provides auxiliary functions for working with k-edge-colored looped complete graphs. The functions include computing flattened lengths, converting between various graph formats, and calculating edge (resp... |