Constant GRAPH_COLOR_COUNT

Source
pub const GRAPH_COLOR_COUNT: usize = 24;
Expand description

The maximum number of GraphColors in the ConstraintGraph. Constraints that cannot find a color are added to the overflow set, which is solved on a single thread.