The greedy-insert heuristic for 2-layer crossing minimization. More...
#include <ogdf/layered/GreedyInsertHeuristic.h>
Public Member Functions | |
GreedyInsertHeuristic () | |
Creates a new instance of the greedy-insert heuristic. More... | |
GreedyInsertHeuristic (const GreedyInsertHeuristic &crossMin) | |
Creates a new instance of the greedy-insert heuristic. More... | |
virtual void | call (Level &L) override |
Calls the greedy insert heuristic for level L . More... | |
virtual void | cleanup () override |
Does some clean-up after calls. More... | |
virtual LayerByLayerSweep * | clone () const override |
Returns a new instance of the greed-insert heuristic with the same option settings. More... | |
virtual void | init (const HierarchyLevels &levels) override |
Initializes weights and crossing minimization for hierarchy H. More... | |
Public Member Functions inherited from ogdf::LayerByLayerSweep | |
LayerByLayerSweep () | |
Initializes a two-layer crossing minimization module. More... | |
virtual | ~LayerByLayerSweep () |
void | operator() (Level &L) |
Performs crossing minimization for level L . More... | |
virtual const HierarchyLevels * | reduceCrossings (const SugiyamaLayout &sugi, const Hierarchy &H, int &nCrossings) |
virtual const HierarchyLevels * | reduceCrossings (const SugiyamaLayout &sugi, Hierarchy &H, int &nCrossings) override |
Template method implementation of reduceCrossings from LayeredCrossMinModule. More... | |
Public Member Functions inherited from ogdf::LayeredCrossMinModule | |
LayeredCrossMinModule () | |
Creates empty module. More... | |
virtual | ~LayeredCrossMinModule () |
Destruct. More... | |
Private Attributes | |
CrossingsMatrix * | m_crossingMatrix |
NodeArray< double > | m_weight |
The greedy-insert heuristic for 2-layer crossing minimization.
Definition at line 47 of file GreedyInsertHeuristic.h.
|
inline |
Creates a new instance of the greedy-insert heuristic.
Definition at line 50 of file GreedyInsertHeuristic.h.
|
inline |
Creates a new instance of the greedy-insert heuristic.
Definition at line 53 of file GreedyInsertHeuristic.h.
|
overridevirtual |
Calls the greedy insert heuristic for level L
.
Implements ogdf::LayerByLayerSweep.
|
overridevirtual |
Does some clean-up after calls.
Reimplemented from ogdf::LayerByLayerSweep.
|
inlineoverridevirtual |
Returns a new instance of the greed-insert heuristic with the same option settings.
Implements ogdf::LayerByLayerSweep.
Definition at line 56 of file GreedyInsertHeuristic.h.
|
overridevirtual |
Initializes weights and crossing minimization for hierarchy H.
Reimplemented from ogdf::LayerByLayerSweep.
|
private |
Definition at line 68 of file GreedyInsertHeuristic.h.
|
private |
Definition at line 69 of file GreedyInsertHeuristic.h.