Skip to content

Fix: Correct labeling to display column partition

Paul Nitzke requested to merge labeling-fix into master
  • Before: Although we partition columns the output suggested that the nodes were colored in bipartite graphs
  • This was caused by mislabeling in DotWriter, swapping c_ and r_ label
  • The way the labels are currently written this commit also swaps the pseudo side flag used for adjacency graphs for correct output

Merge request reports