- Added three main helper functions - Significantly improved the R wrapper, along with the documentation - Added the column generation algorithm, with support for warm restarts - Bug fixing
0.1.3
- Internal private release for debugging
0.1.2
- Added standalone CLI for the C++ library - Fix a severe error in the computation of GCD (due to back-compatibility to C++11 instead of C++17) - Added exact solver via complete bipartite graph - Added log of progress via parameter - Added support for internal runtime (to be compared with overall runtime)
0.1.1
- new R example using "data.frame" objects - fixed errors in c++ code - added basic support for OpenMP (code is not yet full parallel)