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.so
which is the custom solver library, andruntest
which solves a sample SOCP with the custom solver.