- Testing Optizelle's cpp and python API.
- Using Optizelle as dependency inside a project: check my mods of its Cmake build files.
brew install pkg-config
brew install jsoncpp
brew install lapack
brew install openblas # if not installed alongside lapack
mkdir build && cd build
cmake ..
make -j8
cd build
./main ../inputs/newton_cg.json . # or another algo