ExecutionGraph
ExecutionGraph copied to clipboard
Graph Layouting Algos
Implement some easy first-use of graph -ayouting algos. Maybe implement the execution order (easy) in the client as well to use the priorization as a layer-layout mode.
- [x] Moreau-Timestepper and Mass-Spring implemented in TS (works, but not optimal -> improve spring, and other settings...)
- [ ] Improve...