Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
GreedyColoring.h File Reference

coloring a graph with saturation degree based heuristics More...

#include <iostream>
#include <vector>
#include <set>
#include <map>
#include <boost/graph/graph_concepts.hpp>

Go to the source code of this file.

Classes

class  limbo::algorithms::coloring::DsatColoring< GraphType >
 
class  limbo::algorithms::coloring::DsatColoring< GraphType >::saturation_degree_type
 

Namespaces

 limbo
 namespace for Limbo
 
 limbo::algorithms
 namespace for Limbo.algorithms
 
 limbo::algorithms::coloring
 namespace for Limbo.Algorithms.Coloring
 

Detailed Description

coloring a graph with saturation degree based heuristics

Implement the algorithm in "New Methods to Color the Vertics of a Graph" Daniel Brelaz, CACM, 1979

Author
Yibo Lin
Date
Feb 2015

Definition in file GreedyColoring.h.