elk icon indicating copy to clipboard operation
elk copied to clipboard

Eclipse Layout Kernel - Automatic layout for Java applications.

Results 214 elk issues
Sort by recently updated
recently updated
newest added

`hierarchyhandling: INCLUDE_CHILDREN` is generally a little bit buggy and requires that the graphs are handled a little bit different than everything else, which often creates problems. As I see it...

alg-layered

``` /* Demonstrates port merging on a flat graph. */ de.cau.cs.kieler.algorithm: layered de.cau.cs.kieler.klay.layered.mergeEdges: true de.cau.cs.kieler.kgraphsynthesis.defaults: true org.eclipse.elk.interactiveLayout: true org.eclipse.elk.layered.nodePlacement.strategy: BRANDES_KOEPF org.eclipse.elk.layered.nodePlacement.bk.fixedAlignment: BALANCED org.eclipse.elk.layered.considerModelOrder.strategy: PREFER_EDGES node n1 { crossingMinimization.inLayerPredOf: n5 }...

An iterative version of the longest path layerer to adress #872. There is no longer a Stackoverflow exception for the example graph, however, the layout still takes too long with...

hiwi

You need to create a file with the fully qualified name org.eclipse.elk.core.data.ILayoutMetaDataProvider not just ILayoutMetaDataProvider otherwise it won't load it.

bug

This adds a lot of new cycle breakers and group model order for crossing minimizing. - [ ] Cleanup - [ ] Tests

**Describe the bug** With fixed order ports, the order of fixed port changes with or without an hierarchical edge. This may be fixed by adding an index to the ports,...

bug

I am new to ELK, but even if I finished reading the [documentation](https://eclipse.dev/elk/documentation.html), I still have no idea how to solve my problem. Specifically, I want to use elk to...

question

I saw some of the hyperedge are bold at the furcation point: ![image](https://github.com/eclipse/elk/assets/59954701/029b8cd3-705f-4f47-9599-ff11a5e26a49) but some are not: ![image](https://github.com/eclipse/elk/assets/59954701/030fde6b-7712-48b9-a848-fe8aecf3f2fa) is it possible to force them to be bold. [graph.json](https://github.com/eclipse/elk/files/15494193/graph.json)

bug
question

**Ask your questions** I want to use Draw2D algorithm to layout my graph using Java APi. However, I cannot include [Draw2DLayoutProvider ](https://github.com/eclipse/elk/blob/master/plugins/org.eclipse.elk.conn.gmf/src/org/eclipse/elk/conn/gmf/layouter/Draw2DLayoutProvider.java)into my project. **(Optional) Expected behavior** Any tips on...

question