Skip to content

ScheduleOpt/optalcp-js-bin-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OptalCP binaries for JavaScript (Preview Version)

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

Installation

The module can be installed directly from optalcp-js-bin-preview GitHub repository by running:

npm install scheduleopt/optalcp-js-bin-preview#latest

The 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 --version

The documentation can be found on the OptalCP web page.

Versions and tags

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

About

OptalCP binaries for JavaScript (Preview Version)

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors