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

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