Wiki source code of Layout Algorithms (KLay)
Version 21.1 by sskr2 on 2023/07/06 14:36
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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}} | ||
| 4 | |||
| 5 | \\ | ||
| 6 | |||
| 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]]. | ||
| 8 | |||
| 9 | We currently have the following layout algorithms: | ||
| 10 | |||
| 11 | * **KLay Force[[doc:KIELER.Home.Discontinued Projects.Layout Algorithms (KLay).KLay Force.WebHome]]** | ||
| 12 | Implementation of approaches based on physical models. | ||
| 13 | * **[[doc:KIELER.Home.Discontinued Projects.Layout Algorithms (KLay).KLay Layered.WebHome]]** | ||
| 14 | Implementation of the layer-based "hierarchical" approach by Sugiyama et al. | ||
| 15 | * **[[doc:KIELER.KLay Planar]]** | ||
| 16 | Implementation of the planarization-based "topology-shape-metrics" approach. (work in progress) | ||
| 17 | * **[[KLay Tree>>doc:KIELER.KLay Mr\. Tree]]** | ||
| 18 | Implementation of tree-based layout algorithms. |