Wiki source code of Layout Algorithms (KLay)

Version 9.1 by msp on 2012/04/18 14:08

Hide last authors
msp 6.1 1 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)]].
cds 3.1 2
3 We currently have the following layout algorithms:
4
msp 6.1 5 * **[[doc:KLay Layered]]**
cds 3.1 6 Implementation of the layer-based "hierarchical" approach by Sugiyama et al.
7 * **KLay Force**
8 Implementation of approaches based on physical models.
9 * **KLay Planar**
10 Implementation of the planarization-based "topology-shape-metrics" approach. (work in progress)