Declaration of the subgraph wrapper class of the Boyer-Myrvold planarity test. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphCopy.h>
#include <ogdf/basic/basic.h>
#include <ogdf/planarity/BoothLueker.h>
#include <ogdf/planarity/PlanarSubgraphModule.h>
#include <cstdlib>
#include <random>
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::PlanarSubgraphBoyerMyrvold |
Maximum planar subgraph heuristic based on the Boyer-Myrvold planarity test. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration of the subgraph wrapper class of the Boyer-Myrvold planarity test.
Definition in file PlanarSubgraphBoyerMyrvold.h.