highs-addon
v0.7.2
Published
Low-level Node.js binding for the HiGHS optimization solver
Downloads
134
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-addon
This package ships with pre-built binaries for several common environments:
| Platform | Architecture | C library |
| --- | --- | --- |
| darwin
| x64
| n/a |
| 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.