Tagged Questions
1
vote
0answers
210 views
drawing directed acyclic graph DAG with minimal crossing arrows
I'm working on DAGs to solve different combinatorial problems in Computer Science.
Now, each time I try a simple example, I need to visualize the DAG and test its properties.
I iteratively add ...