combi-opti
v0.0.2
Published
A library containing combinatorial optimization algorithms
Downloads
3
Readme
combi-opti
Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
npm install combi-opti --save
# For Yarn, use the command below.
yarn add combi-opti
Installation from CDN
This module has an UMD bundle available through JSDelivr and Unpkg CDNs.
<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/combi-opti"></script>
<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/combi-opti"></script>
<script>
// UMD module is exposed through the "combiOpti" global variable.
console.log(combiOpti);
</script>
Documentation
Documentation generated from source files by Typedoc.
Credit
Base project structure and configuration was based on typescript-library-boilerplate
License
Released under MIT License.