| 1 | initial version |
In SageMath, if you define a graph G (for example G = Graph()), then G.coloring? gives the documentation of the coloring method for G, and G.coloring?? gives the source code.
Reading the documentation reveals two choices are offered: using the "dancing link algorithm" or using "mixed linear integer programming".
| 2 | No.2 Revision |
In SageMath, if you define a graph G (for example G = Graph()), then G.coloring? gives the documentation of the coloring method for G, and G.coloring?? gives the source code.
Reading the documentation reveals two choices are offered: using the "dancing link algorithm" or using "mixed linear integer programming".
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.