Limbo 3.5.4
Loading...
Searching...
No Matches
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

namespace  limbo
 namespace for Limbo
namespace  limbo::algorithms
 namespace for Limbo.algorithms
namespace  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.