Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
VertexMovement.h File Reference

In the VertexMovement Approach the vertices are moved one by one to its optimal position. More...

Go to the source code of this file.

Classes

class  ogdf::VertexMovement
 

Namespaces

namespace  ogdf
 The namespace for all OGDF objects.
 

Detailed Description

In the VertexMovement Approach the vertices are moved one by one to its optimal position.

The optimal position can be for example a position that minimizes the number of crossings for this vertex.

Based on the implementation and techniques of the following papers: Marcel Radermacher, Klara Reichard, Ignaz Rutter, and Dorothea Wagner. Geometric Heuristics for Rectilinear Crossing Minimization. Journal of Experimental Algorithmics 24:1, pages 1.12:1–1.12:21, 2019. doi:10.1145/3325861 .

Marcel Radermacher and Ignaz Rutter. Geometric Crossing Minimization - A Scalable Randomized Approach. In Proceedings of the 27th Annual European Symposium on Algorithms (ESA’19). Ed. by Michael A. Bender, Ola Svensson, and Grzegorz Herman. Leibniz International Proceedings in Informatics (LIPIcs), pages 76:1–76:16. Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2019. doi: 10.4230/LIPIcs.ESA

Author
Marcel Radermacher
License:
This file is part of the Open Graph Drawing Framework (OGDF).
Copyright (C)
See README.md in the OGDF root directory for details.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 or 3 as published by the Free Software Foundation; see the file LICENSE.txt included in the packaging of this file for details.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/copyleft/gpl.html

Definition in file VertexMovement.h.