diff options
| author | Sebastian Schmidt <s.schmidt@physik.uni-bonn.de> | 2018-07-02 20:58:12 +0200 |
|---|---|---|
| committer | Sebastian Schmidt <s.schmidt@physik.uni-bonn.de> | 2018-07-02 20:58:12 +0200 |
| commit | 525d4a6ab517c852d9d98f524d5420d4e35d2cad (patch) | |
| tree | 4dd81af1b8b101da0f142a9a6378e85dc87bcbc4 | |
| parent | 78e45f0d5bbe2e822c28294a8a1711d2a55ce36c (diff) | |
| download | packages-525d4a6ab517c852d9d98f524d5420d4e35d2cad.tar.gz packages-525d4a6ab517c852d9d98f524d5420d4e35d2cad.zip | |
add nlopt library
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f1383ed..1dfba26 100644 --- a/packages.json +++ b/packages.json @@ -8996,6 +8996,20 @@ "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", "method": "git", |
