Declaration and Implementation of class PlanarSubgraphEmpty. Heuristic: We obtain a planar subgraph by putting all edges in delEdges. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/Module.h>
#include <ogdf/planarity/PlanarSubgraphModule.h>
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::PlanarSubgraphEmpty< TCost > |
Dummy implementation for maximum planar subgraph that returns an empty graph. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration and Implementation of class PlanarSubgraphEmpty. Heuristic: We obtain a planar subgraph by putting all edges in delEdges.
Definition in file PlanarSubgraphEmpty.h.