There are 0 repository under graph-colouring topic.
A general pattern-based solver of finite Constraint Satisfaction problems
Solvers for the Selective Graph Colouring Problem and generalisations
This module has some Advanced concepts and Programs related to Graph Theory in Java with program implementations
Yeah, nah, don't look into alternative_sat
A static scheduler using OR-Tools library
A simple sudoku solver made in rust,
Universidad Simón Bolívar - CI2693 - Laboratory Algorithms and Data Structures III - Graph Colouring
Counting Orbits of Graph Colourings
List colouring of graphs in Python.
Contains all my implementations for the weekly lab work of the course 18CSC305J - Artificial Intelligence (in python).
A collection of algorithms for calculating the chromatic number of undirected graphs, including Brute Force, Greedy, DSatur, Backtracking, RLF, 3-SAT, and DFS.
A genetic algorithm solution for the Graph Colouring problem ( P-Complete ~ O(n*2^n) ), as alternative to SIMPLEX method.
A command-line interface for Culberson’s colouring programs.
Constraint-based list-colouring in Python with vizing.
Greedy list and greedy list-edge colouring in Python with the listcolouring package.
Code behing a blog post about gvpr.
Investigations into the Grundy number of queen graphs
Heuristics for creating casts with the minimum amount of actors.
Graph Colouring Problem using Constraint Satisfaction Problem in C