pony-optimization
Optimization library written in Pony.
Installation
pony-stable
WithInclude 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
.