This is a JavaScript npm module named @scheduleopt/optalcp-bin-preview.
It contains compiled binaries (executables) of OptalCP solver.
The preview version solves all problems but reports only objective values, not values of the variables.
The following architectures are supported:
- Linux x64
- Windows x64
- macOS arm64
The module can be installed directly from optalcp-js-bin-preview GitHub repository by running:
npm install scheduleopt/optalcp-js-bin-preview#latestThe line above also installs npm package @scheduleopt/optalcp from optalcp-js repository.
This package contains JavaScript (and TypeScript) API for the solver.
To test the installation, run:
npx optalcp --versionThe documentation can be found on the OptalCP web page.
You can use the #latest suffix to get the latest stable version.
You can also install a particular version by specifying its tag, for example:
npm install scheduleopt/optalcp-js-bin-preview#v2024.5.0