Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 899 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 899 Bytes

HiGHS addon NPM version

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.