5 questions to test your understanding
A graph G has maximum degree Δ(G) = 7. According to Vizing's theorem, what are the only possible values of the chromatic index χ'(G)?
An employee scheduling problem models workers as vertices and required meetings between pairs of workers as edges. Each meeting needs a time slot, and two meetings sharing a worker cannot occupy the same slot. After modelling this as a graph with maximum degree Δ = 5, a manager claims the schedule can always be completed in 5 or 6 time slots. What justifies this claim?
Because Vizing's theorem constrains the chromatic index to mainly two possible values, determining which value applies to a given graph is computationally tractable in polynomial time.
All bipartite graphs are Class 1, meaning their chromatic index equals their maximum degree Δ.
Why is it surprising that determining a graph's class (Class 1 vs. Class 2) is NP-complete, given that the chromatic index can only be one of two values?