|
|
|
|
|
by xoroshiro
3036 days ago
|
|
Thanks, but it was not really what I was looking for. I was looking for something that feels closer to a DSL than an API. In OR, a language like AMPL (IIRC, by Brian Kernighan) or GAMS is typically used where you define sets, variables, etc. It's something I feel I can more easily share to co-workers with different backgrounds, since it's closer to math, and follows the whole objective function, constraint, etc. organization in OR problems. If you want to get a feel for it, here's an example in GMPL, which is a subset of AMPL used in GLPK: https://en.wikibooks.org/wiki/GLPK/GMPL_%28MathProg%29 |
|