highs-addon
v0.10.3
Published
Low-level Node.js binding for the HiGHS optimization solver
Maintainers
Readme
HiGHS addon 
Low-level Node.js binding for the HiGHS optimization solver. Consider
using highs-solver for a more idiomatic TypeScript
API.
Installation
npm i highs-addonThis package ships with pre-built binaries for several common environments:
| Platform | Architecture | C library |
| --- | --- | --- |
| darwin | arm64 | n/a |
| linux | x64 | glibc |
| linux | x64 | musl |
| linux | arm64 | glibc |
| linux | arm64 | musl |
If your system doesn't match one of the environments above, a binary will be built automatically during installation. This requires a toolchain capable of compiling HiGHS and native Node.js addons. Otherwise when using one of these pre-built binaries, consider installing without optional dependencies:
npm i highs-addon --omit=optional