Building Custom Solver
- Change directory into custom solver.
cd qoco_custom
- Make build directory and change directory.
mkdir build cd build
- Compile sources.
cmake .. && make
You should now see two binaries:
libqoco_custom.sowhich is the custom solver library, andruntestwhich solves a sample SOCP with the custom solver.