Filters for partial solutions in backtracking for the 1-Planarity problem. More...
#include <ogdf/basic/Graph.h>#include <ogdf/basic/GraphCopy.h>#include <ogdf/basic/GraphSets.h>#include <ogdf/basic/List.h>#include <ogdf/basic/basic.h>#include <ogdf/basic/extended_graph_alg.h>#include <ogdf/k-planarity/1-planarity_backtracking/OnePlanarization.h>Go to the source code of this file.
Classes | |
| class | ogdf::oneplan_backtracking::FreeEdgesDensityFilter |
| Rejects partial solutions for 1-Planarity if the crossable edges violate the density for 1-Planarity. More... | |
| class | ogdf::oneplan_backtracking::PartialSolutionFilter |
| Interface of filters for partial solutions for 1-Planarity. More... | |
| class | ogdf::oneplan_backtracking::PlanarizationDensityFilter |
| Rejects partial solutions for 1-Planarity if they are too dense. More... | |
| class | ogdf::oneplan_backtracking::SaturatedSubgraphPlanarityFilter |
| Rejects partial solutions for 1-Planarity if the uncrossable edges induce a non-planar graph. More... | |
| class | ogdf::oneplan_backtracking::SeparatingCycleFilter |
| Rejects partial solutions for 1-Planarity if a separating cycle with too few crossable edges is found. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
| namespace | ogdf::oneplan_backtracking |
Filters for partial solutions in backtracking for the 1-Planarity problem.
Definition in file PartialSolutionFilter.h.