Free/open-source library for nonlinear optimization problems
Free/open-source library for nonlinear optimization
nlopt$ gcc myprogram.c -o myprogram $(pkg-config --cflags --libs nlopt)$ python3 -c "import nlopt; opt = nlopt.opt(nlopt.LN_COBYLA, 2)"$ pkg-config --modversion nlopt