Declaration of class MaximalPlanarSubgraphSimple. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphCopy.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/Math.h>
#include <ogdf/basic/Module.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/comparer.h>
#include <ogdf/basic/extended_graph_alg.h>
#include <ogdf/planarity/PlanarSubgraphEmpty.h>
#include <ogdf/planarity/PlanarSubgraphModule.h>
#include <random>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_floating_point< TCost >::value >::type > |
class | ogdf::MaximalPlanarSubgraphSimple< TCost, typename std::enable_if< std::is_integral< TCost >::value >::type > |
Naive maximal planar subgraph approach that extends a configurable non-maximal subgraph heuristic. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration of class MaximalPlanarSubgraphSimple.
Definition in file MaximalPlanarSubgraphSimple.h.