Building Custom Solver

  1. Change directory into custom solver.
    cd qoco_custom
    
  2. Make build directory and change directory.
    mkdir build
    cd build
    
  3. Compile sources.
    cmake .. && make
    

    You should now see two binaries: libqoco_custom.so which is the custom solver library, and runtest which solves a sample SOCP with the custom solver.