OptCuts icon indicating copy to clipboard operation
OptCuts copied to clipboard

software architecture improvement

Open liminchen opened this issue 6 years ago • 0 comments

  • move dual solve from main.cpp into another file and make the primal-dual control flow more clear in main.cpp;
  • move topology descent steps from class TriMesh into another file and make the discrete-continuous optimization control flow more clear in optimizer.cpp;
  • handle !!!, TODO, DEBUG, TEST tags in the code;

liminchen avatar Jan 21 '19 19:01 liminchen