Declaration and definition of the class MaxSequencePQTree. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/PQTree.h>
#include <ogdf/planarity/planar_subgraph_fast/whaInfo.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | ogdf::MaxSequencePQTree< T, Y > |
The class template MaxSequencePQTree is designed to compute a maximal consecutive sequence of pertinent leaves in a PQ-tree. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declaration and definition of the class MaxSequencePQTree.
Derivedsfrom base class PQTree and computes a maximal sequence of pertinent leaves that can be reduced.
Definition in file MaxSequencePQTree.h.