Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 830 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 830 Bytes

Graph Exact Coloring Heuristic

A Coloring Heuristic Based on Exact Coloring on Subgraphs

Welcome to the Graph Exact Coloring Heuristic project! This software computes a coloring heuristic based on exact coloring on subgraphs.

The idea behind this project can be depicted using the following images:

Initial Graph An initial graph which can be colored with an exact coloring algorithm or a heuristic

Built Graph A graph which is built from the initial graph

Heuristic Coloring A coloring with heuristics on the initial graph

Exact Coloring A coloring with exact coloring on the initial graph

This project is in active development, and contributions are welcome. For more information, please refer to the source code and comments therein.