Declaration of stress minimized layout based on majorization. More...
#include <ogdf/basic/LayoutModule.h>
#include <ogdf/basic/simple_graph_alg.h>
#include <ogdf/energybased/PivotMDS.h>
#include <ogdf/graphalg/ShortestPathAlgorithms.h>
#include <ogdf/packing/ComponentSplitterLayout.h>
Go to the source code of this file.
Classes | |
class | ogdf::StressMinimization |
Energy-based layout using stress minimization. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declaration of stress minimized layout based on majorization.
It can be applied to connected as well as unconnected graphs. If the graph is disconnected either the infinite distances will be replaced by the average edge costs times sqrt(n) or the components will be processed separately.
Definition in file StressMinimization.h.