Skip to content

Add graph class with graph greedy coloring algorithm

  1. Adds graph class with greedy coloring algorithm that can be used by Gauss-Seidel and PBD solver for parallelization
  2. Adds example to test graph class and coloring
  3. Partition the PBD constraint graph using greedy coloring

Merge request reports