pub const GRAPH_COLOR_COUNT: usize = 24;
Expand description
The maximum number of GraphColor
s in the ConstraintGraph
.
Constraints that cannot find a color are added to the overflow set,
which is solved on a single thread.
pub const GRAPH_COLOR_COUNT: usize = 24;
The maximum number of GraphColor
s in the ConstraintGraph
.
Constraints that cannot find a color are added to the overflow set,
which is solved on a single thread.