module documentation

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.

Class Graph 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, with k being at least 2. If a single graph is modeled, then it is represented as a quintuple ...