Skip to content

Merge from ReForm: MISolver::solve_multiple_rounding() in O(n*log(n))

Martin Marinov requested to merge marinom/merge-from-ReForm into master
  • Implement the MISolve::mutliple_rounding() method with O(n*log(n)) complexity.
  • The CF compute is now ~94% faster for a 1M triangles mesh.
  • Clean up the MISolver declaration

Merge request reports