|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
A simple greedy node coloring heuristic in graphs.
The namespace for all OGDF objects.
Includes declaration of graph class.
const std::array< Color, 63 > colors
An array of 63 different colors to cycle through.
Approximation algorithms for the node coloring problem in graphs.
RegisteredArray for nodes, edges and adjEntries of a graph.
Data type for general directed graphs (adjacency list representation).
Template of base class of node coloring algorithms.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
unsigned int NodeColor
Data type of the node colors.
Class for the representation of nodes.