ariarobotics / clipperp

Fast maximal clique finder and robust registration library
MIT License
28 stars 3 forks source link

Refactoring #7

Closed odeaxcsh closed 2 months ago

odeaxcsh commented 2 months ago

Changes:

  1. Removing PMC dependency
  2. Rewriting heuristic clique and clipper+ clique
  3. New Coloring algorithm (welsh powell instead of sequential)
  4. Minimal change in python wrapper to get it to work

ToDo:

  1. Fix failed test (clique.1 test is wrong: it has two equal maximum cliques)
  2. Fix Matlab bindings