graph-colouring
There are 17 repositories under graph-colouring topic.
denis-berthier/CSP-Rules-V2.1
A general pattern-based solver of finite Constraint Satisfaction problems
alberto-santini/selective-graph-colouring
Solvers for the Selective Graph Colouring Problem and generalisations
gowthamrajk/Graph-Data-Structure
This module has some Advanced concepts and Programs related to Graph Theory in Java with program implementations
pmozil/discrete_maths_project
Yeah, nah, don't look into alternative_sat
AntoineSebert/scheduling-solver
A static scheduler using OR-Tools library
BlockCat/rust-sudoku-solver
A simple sudoku solver made in rust,
vicente-santacoloma/usb-graph-colouring
Universidad Simón Bolívar - CI2693 - Laboratory Algorithms and Data Structures III - Graph Colouring
MattSortsThings/kolyteon
Generate a logic problem. Model it as a binary constraint satisfaction problem (CSP). Choose a backtracking search algorithm. Watch the CSP get solved.
MHenderson/listcolouring
List colouring of graphs in Python.
ps4449/artificial-intelligence-lab
Contains all my implementations for the weekly lab work of the course 18CSC305J - Artificial Intelligence (in python).
marcotulio956/Genetic-SIMPLEX_GraphColouringOTMI
A genetic algorithm solution for the Graph Colouring problem ( P-Complete ~ O(n*2^n) ), as alternative to SIMPLEX method.
MHenderson/ccli
A command-line interface for Culberson’s colouring programs.
MHenderson/constraint-list-colouring
Constraint-based list-colouring in Python with vizing.
MHenderson/greedy-list-colouring
Greedy list and greedy list-edge colouring in Python with the listcolouring package.
MHenderson/processing-graph-streams
Code behing a blog post about gvpr.
Realiserad/adkcasting
Heuristics for creating casts with the minimum amount of actors.
sadimanna/graphcolouring
Graph Colouring Problem using Constraint Satisfaction Problem in C