gecode-js
v2.0.1
Published
gecode-js ========= [![License: MIT][mit-image]][mit-url] [![NPM version][npm-image]][npm-url] [![CircleCI][ci-image]][ci-url]
Downloads
6
Readme
gecode-js
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