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

base class for all graph coloring algorithms More...

#include <fstream>
#include <vector>
#include <boost/cstdint.hpp>
#include <boost/functional/hash.hpp>
#include <boost/graph/graph_concepts.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/property_map/property_map.hpp>
#include <limbo/preprocessor/AssertMsg.h>
#include <limbo/algorithms/GraphUtility.h>

Go to the source code of this file.

Classes

struct  limbo::algorithms::coloring::ColoringVertexLabelWriter< GraphType >
 
struct  limbo::algorithms::coloring::ColoringEdgeLabelWriter< GraphType >
 
class  limbo::algorithms::coloring::Coloring< GraphType >
 
struct  limbo::algorithms::coloring::Coloring< GraphType >::EdgeHashType
 hasher class for graph_edge_type More...
 

Namespaces

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

Detailed Description

base class for all graph coloring algorithms

Author
Yibo Lin
Date
Jun 2015

Definition in file Coloring.h.