Implement as_dot
for graphs in utils/graph
in a less hacky way
#1476
Labels
as_dot
for graphs in utils/graph
in a less hacky way
#1476
The current implementation of
as_dot(OpenDataflowGraphView const &)
andas_dot(DataflowGraphView const &)
was written very quickly and is rather hacky, relying on string-based node representations that need to be consistent between the two or else the function will just return nonsense.The text was updated successfully, but these errors were encountered: