|
Limbo
|
Public Member Functions | |
| MisVisitor (GraphType &g_) | |
| MisVisitor (MisVisitor const &rhs) | |
| template<typename MisType > | |
| void | mis (MisType const &is) |
Public Attributes | |
| GraphType & | g |
| graph | |
maximum independent set visitor
| GraphType | graph type |
Definition at line 38 of file test_ChromaticNumber.cpp.
|
inline |
|
inline |
copy constructor
| rhs | a MisVisitor object |
Definition at line 47 of file test_ChromaticNumber.cpp.
|
inline |
required callback for limbo::algorithms::MaxIndependentSetByMaxClique
| MisType | a container type, default is std::deque |
| is | independent set |
Definition at line 53 of file test_ChromaticNumber.cpp.
1.8.8