It is straightforward to find the chromatic number of a named graph in Mathematica's database of graphs. What is the simplest way to find a coloring of the vertices corresponding to the chromatic number? This used to be MinimumVertexColoring in earlier versions of Mathematica but this is now obsolete. Many thanks Clive
Asked
Active
Viewed 44 times
1
MinimumVertexColoring. However, the implementation in IGraph/M is both fast and written purely in the Wolfram Language. You can not only use it, but also look at the implementation. – Szabolcs Jan 27 '19 at 10:25