You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
The current default placement uses a 2D Zig-Zag-Pattern to generate a flat plane for each process and then stacks the planes according to their heigth.
Due to inline processes (#34) it is very likely that there are few but very long chains. In such scenarios the current placement generates very big stuctures, because a process can't use the tertiäry direction.
A better algorithm would fold the plane in a second Zig-Zag-Pattern to reduce expansion in the primary and secondary directions.
Hopefully the new algorithm will also be stable enough to reliably support a max coordinate.
The text was updated successfully, but these errors were encountered:
The current default placement uses a 2D Zig-Zag-Pattern to generate a flat plane for each process and then stacks the planes according to their heigth.
Due to inline processes (#34) it is very likely that there are few but very long chains. In such scenarios the current placement generates very big stuctures, because a process can't use the tertiäry direction.
A better algorithm would fold the plane in a second Zig-Zag-Pattern to reduce expansion in the primary and secondary directions.
Hopefully the new algorithm will also be stable enough to reliably support a max coordinate.
The text was updated successfully, but these errors were encountered: