Wiki source code of Layout Algorithms (KLay)
Version 11.1 by msp on 2012/11/22 10:23
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
11.1 | 1 | {{tip title="Survey on KIELER Layout"}} |
| 2 | The KIELER team is conducting a [[survey on automatic layout>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/survey/||shape="rect"]]. Please support our research by participating. | ||
| 3 | {{/tip}} | ||
| 4 | |||
| |
6.1 | 5 | 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:Infrastructure for Meta Layout (KIML)]]. |
| |
3.1 | 6 | |
| 7 | We currently have the following layout algorithms: | ||
| 8 | |||
| |
6.1 | 9 | * **[[doc:KLay Layered]]** |
| |
3.1 | 10 | Implementation of the layer-based "hierarchical" approach by Sugiyama et al. |
| 11 | * **KLay Force** | ||
| 12 | Implementation of approaches based on physical models. | ||
| |
10.1 | 13 | * **[[doc:KLay Planar]]** |
| |
3.1 | 14 | Implementation of the planarization-based "topology-shape-metrics" approach. (work in progress) |