Wiki source code of Layout Algorithms (KLay)
Version 19.2 by uru on 2023/07/06 14:36
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
18.1 | 1 | {{warning}} |
| 2 | The KIELER Layouters are now part of the [[Eclipse Layout Kernel (ELK)>>url:http://www.eclipse.org/elk/||shape="rect"]] and developed further there. | ||
| 3 | {{/warning}} | ||
| |
11.1 | 4 | |
| |
18.1 | 5 | \\ |
| 6 | |||
| |
19.1 | 7 | The KLay project encompasses the main layout algorithms developed as part of the KIELER project. It aims at providing Java implementations of different layout algorithms to the [[doc:KIELER.Home.Discontinued Projects.Infrastructure for Meta Layout (KIML).WebHome]]. |
| |
3.1 | 8 | |
| 9 | We currently have the following layout algorithms: | ||
| 10 | |||
| |
17.1 | 11 | * **KLay Force[[doc:KLay Force]]** |
| |
13.1 | 12 | Implementation of approaches based on physical models. |
| |
6.1 | 13 | * **[[doc:KLay Layered]]** |
| |
3.1 | 14 | Implementation of the layer-based "hierarchical" approach by Sugiyama et al. |
| |
10.1 | 15 | * **[[doc:KLay Planar]]** |
| |
3.1 | 16 | Implementation of the planarization-based "topology-shape-metrics" approach. (work in progress) |
| |
16.1 | 17 | * **[[KLay Tree>>doc:KLay Mr\. Tree]]** |
| 18 | Implementation of tree-based layout algorithms. |