Questions: Edge Coloring and Vizing's Theorem

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A graph G has maximum degree Δ(G) = 7. According to Vizing's theorem, what are the only possible values of the chromatic index χ'(G)?

AAny integer from 1 to 7
BExactly 7 or exactly 8
CExactly 7 (since bipartite graphs always achieve the lower bound)
DAt most 14 (since the theorem guarantees χ'(G) ≤ 2Δ)
Question 2 Multiple Choice

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?

AKönig's theorem guarantees that scheduling graphs are always bipartite and therefore require only Δ slots
BVizing's theorem guarantees χ'(G) ∈ {Δ, Δ+1} for any simple graph, so the minimum slots needed is either 5 or 6
CThe chromatic polynomial shows that any graph with Δ = 5 requires exactly 5 colors for a proper edge coloring
DVertex coloring with 5 colors implies edge coloring with 5 colors by a standard reduction
Question 3 True / False

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.

TTrue
FFalse
Question 4 True / False

All bipartite graphs are Class 1, meaning their chromatic index equals their maximum degree Δ.

TTrue
FFalse
Question 5 Short Answer

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?

Think about your answer, then reveal below.