42 #ifndef EpetraExt_CRSGRAPH_MAPCOLORING_H
43 #define EpetraExt_CRSGRAPH_MAPCOLORING_H
45 #if defined(EpetraExt_SHOW_DEPRECATED_WARNINGS)
47 #warning "The EpetraExt package is deprecated"
82 bool distance1 =
false,
85 reordering_(reordering),
86 distance1_(distance1),
100 const int reordering_;
101 const bool distance1_;
103 const int verbosity_;
105 template<
typename int_type>
111 #endif //EpetraExt_CRSGRAPH_MAPCOLORING_H
CrsGraph_MapColoring(ColoringAlgorithm algo=GREEDY, int reordering=0, bool distance1=false, int verbosity=0)
Constructor.
~CrsGraph_MapColoring()
Destructor.
CrsGraph_MapColoring::NewTypeRef operator()(CrsGraph_MapColoring::OriginalTypeRef orig)
Generates the Epetra_MapColoring object from an input Epetra_CrsGraph.
Map Coloring of independent columns in a Graph.