Wiki source code of Layout Algorithms (KLay)
Version 14.1 by msp on 2013/08/01 11:14
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | |||
| 2 | |||
| 3 | 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)]]. | ||
| 4 | |||
| 5 | We currently have the following layout algorithms: | ||
| 6 | |||
| 7 | * **KLay Force** | ||
| 8 | Implementation of approaches based on physical models. | ||
| 9 | * **[[doc:KLay Layered]]** | ||
| 10 | Implementation of the layer-based "hierarchical" approach by Sugiyama et al. | ||
| 11 | * **[[doc:KLay Planar]]** | ||
| 12 | Implementation of the planarization-based "topology-shape-metrics" approach. (work in progress) | ||
| 13 | * **[[doc:KLay Tree]]** | ||
| 14 | Implementation of tree-based layout algorithms. (work in progress) |