Declaration of the master class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph problem. More...
#include <abacus/master.h>#include <ogdf/basic/Graph_d.h>#include <ogdf/cluster/ClusterGraph.h>#include <ogdf/cluster/ClusterGraphAttributes.h>Go to the source code of this file.
Classes | |
| struct | ogdf::nodePair |
| Struct for storing the two corresponding nodes of an edge. More... | |
| struct | ogdf::edgeValue |
| class | ogdf::BaseConstraint |
| Basic constraint type. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Functions | |
| std::ostream & | ogdf::operator<< (std::ostream &os, const nodePair &v) |
Declaration of the master class for the Branch&Cut algorithm for the Maximum C-Planar SubGraph problem.
Basic classes for c-planarity computation.
Definition in file basics.h.