You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimizations in memory management (e.g., avoid unnecessary allocations)
Support of printing to streams using stdio
Modification of MEX interface that allows us to call SuperSCS from MATLAB
Integration with CVX in MATLAB
A lot more info can be exported to MATLAB regarding the progress of the algorithm (e.g., relative gap at every iteration, primal residual as a function of runtime and more)
Integration tools: codacy, Travis CI, codecov
Memory management verification using valgrind
Makefile with new functionality: run doxygen, generate coverage reports, run unit tests, test using valgrind
Improvement of linear algebra routines using manual loop unrolling