OptCuts
OptCuts copied to clipboard
software architecture improvement
- 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;