Declaration of class MaximalPlanarSubgraphSimple. More...
#include <ogdf/basic/DisjointSets.h>
#include <ogdf/basic/Math.h>
#include <ogdf/basic/extended_graph_alg.h>
#include <ogdf/basic/simple_graph_alg.h>
#include <ogdf/planarity/PlanarSubgraphEmpty.h>
#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 | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declaration of class MaximalPlanarSubgraphSimple.
Definition in file MaximalPlanarSubgraphSimple.h.