Skip to main content

Module graph_coloring

Module graph_coloring 

Source
Expand description

Graph coloring algorithms.

Provides greedy (Welsh-Powell), DSATUR, exact backtracking, and chromatic number computation for undirected graphs.

Structs§

GraphColoring
Undirected graph represented as an adjacency list.

Type Aliases§

ColoringResult
Result type for graph coloring operations.