One of the most famous open problem in Graph Theory is the Total Coloring Conjecture. For a total coloring we color all vertices and edges of a graph, such that no adjacent vertices, no adjacent edges and no edge and one of its endpoints have the same color. The conjecture claims that any graph
Recently Markus Kirchweger, Tomáš Peitl and Stefan Szeider sucessfully used their SAT Modulo Symmetry solver smsg to disprove the existence of small counter-examples for similar conjectures as this publication list demonstrates. As described in this paper, the solver directly integrates symmetry breaking into a custom state of the art QBF solver to efficiently deal with any coNP complete constraints. This allows the easy encoding of properties like being an unsatisfiable SAT instance or not having a total coloring with
Here we use the smsg solver via the PySMS API to search for small counter examples for the Total Coloring Conjecture. In qbf.py a straight forward encoding of the problem is implemented, allowing the user with python3 qbf.py [n] to search for counter examples with
(c) Mia Müßig