Skip to content

Commit 5c76373

Browse files
committed
Use NLopt C API
1 parent 7c2ff94 commit 5c76373

File tree

12 files changed

+31
-688
lines changed

12 files changed

+31
-688
lines changed

Diff for: lib/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ Those including:
88

99
- Bootstrap: Customized [Bootstrap](https://getbootstrap.com/) theme for BP Studio.
1010
- LZMA: The released file by [LZMA.js](https://github.com/LZMA-JS/LZMA-JS) contains minification error which makes it unusable, the file here fixed the error.
11-
- NLopt: This contains the precompiled [NLopt](https://github.com/stevengj/nlopt) static library and header files.
11+
- NLopt: This contains the precompiled [NLopt](https://github.com/stevengj/nlopt) static library and header file.
1212
Note that this is a specially compiled version that runs only the SLSQP algorithm and nothing else.
13-
We have also modified nlopt.hpp to disable exception throwing.
1413
- Optimizer: The compiled WASM files of the optimizer.
1514
There are two build variants:
1615
1. Debug build is for running in Node.js and for mocha unit tests

0 commit comments

Comments
 (0)