2.0.1 • Published 5 years ago

gecode-js v2.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

gecode-js

License: MIT NPM version CircleCI

This is the npm package for the Emscripten version of Gecode wrapped using emscripten_wrapper.

Usage

Best used as part of MiniZinc Packages.

Development Environment

Installation

git clone https://github.com/sgratzl/gecode-js.git
cd gecode-js
npm install

Build distribution packages

npm run build

Release distribution packages

based on release-it

npm run release:patch