Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 548 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 548 Bytes

optizelle_test

Purpose

  • Testing Optizelle's cpp and python API.
  • Using Optizelle as dependency inside a project: check my mods of its Cmake build files.

Test run

Requirements for compiling Optizelle

   brew install pkg-config
   brew install jsoncpp
   brew install lapack
   brew install openblas # if not installed alongside lapack

Compilation

    mkdir build && cd build
    cmake ..
    make -j8

Run

    cd build
    ./main ../inputs/newton_cg.json . # or another algo