Zoom on a planar graph, 10000 nodes, three-edge Tait colored


I generated a planar map of 10000 nodes and then colored using the 4ct python coloring program.

It did use Tait coloring (3-edge-coloring) which is equivalent to the four face coloring of the four color theorem.

It works pretty fast using:

  • graph reduction removing edges from F2, F3, F4, F5
  • graph rebuilding using Kempe chain color switching techniques

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.