Declaration of an exact c-planar subgraph algorithm, i.e., a maximum c-planar subgraph is computed using a branch and cut approach. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/Stopwatch.h>
#include <ogdf/basic/basic.h>
#include <ogdf/cluster/CPlanarSubgraphModule.h>
#include <ogdf/cluster/ClusterGraph.h>
#include <ogdf/cluster/internal/MaxCPlanarMaster.h>
#include <ogdf/external/abacus.h>
#include <cstdint>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | abacus::StandardPool< BaseType, CoType > |
Standard pools. More... | |
class | ogdf::MaximumCPlanarSubgraph |
Exact computation of a maximum c-planar subgraph. More... | |
Namespaces | |
abacus | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration of an exact c-planar subgraph algorithm, i.e., a maximum c-planar subgraph is computed using a branch and cut approach.
Definition in file MaximumCPlanarSubgraph.h.