graph-enumeration is a library for the exhaustive generation of unique, undirected graphs with colored nodes. It generates all non-isomorphic connected graphs definable over a specific multiset of ...
This project is a Python implementation of a greedy algorithm to color the vertices of a graph, inspired by the Four-Color Theorem. The program reads a graph from a file, assigns colors to each vertex ...