Enhance sorting of branches into visual columns
mlange-42 opened this issue · comments
Martin Lange commented
Problem: currently, branches are evaluated from top to bottom, which may result in the visualization on the left. Better would be the result on the right.
o o
|\ |\
| \ | \
o * o *
|\_| |\ |
| |\ | *|
| | * |/ |
| _|/ * *
|/ | | /
* * |/
| / *
|/
*
Martin Lange commented
Implemented "shortest-first-scheduling" that achieves the desired effect in b5da905.