A class that allows to enumerate k-subsets. More...
#include <ogdf/basic/Array.h>
#include <ogdf/basic/ArrayBuffer.h>
#include <ogdf/basic/basic.h>
#include <algorithm>
#include <functional>
#include <ostream>
#include <string>
Go to the source code of this file.
Classes | |
class | ogdf::List< E > |
Doubly linked lists (maintaining the length of the list). More... | |
class | ogdf::SubsetEnumerator< T > |
Enumerator for k-subsets of a given type. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Functions | |
template<class T > | |
std::ostream & | ogdf::operator<< (std::ostream &os, const SubsetEnumerator< T > &subset) |
A class that allows to enumerate k-subsets.
Definition in file SubsetEnumerator.h.