/pony-optimization

Optimization library done in Pony

Primary LanguagePonyMIT LicenseMIT

pony-optimization

Optimization library written in Pony.

Installation

With pony-stable

Include this library in your project config:

{
  "type": "github",
  "repo": "https://github.com/adri326/pony-optimization"
}

Or add it with stable add github adri326/pony-optimization

Then include it in your code:

use "..."

Run stable fetch and compile with stable env ponyc.