add nlopt library

This commit is contained in:
Sebastian Schmidt 2018-07-02 20:58:12 +02:00
parent 78e45f0d5b
commit 525d4a6ab5

View File

@ -8995,6 +8995,20 @@
"license": "MIT",
"web": "https://github.com/Vindaar/nim-mpfit"
},
{
"name": "nlopt",
"url": "https://github.com/Vindaar/nimnlopt",
"method": "git",
"tags": [
"library",
"wrapper",
"binding",
"nonlinear-optimization",
],
"description": "A wrapper for the non-linear optimization C library Nlopt",
"license": "MIT",
"web": "https://github.com/Vindaar/nimnlopt"
},
{
"name": "itertools",
"url": "https://github.com/narimiran/itertools",