Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 296 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 296 Bytes

Note

Code review of IFOPT, thanks for their work!

Build & Test

# prepare dependencies
sudo apt-get install cmake libeigen3-dev coinor-libipopt-dev

# build
mkdir build && cd build
cmake ..
make -j2

# run test
../bin/ex_test_ipopt