Merge pull request #781 from Vindaar/add-nimnlopt

add nlopt library
This commit is contained in:
Dominik Picheta 2018-07-04 11:17:27 +01:00 committed by GitHub
commit 942658a728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",