mosox
An LP matrix generator for GMPL (GNU MathProg).
Quickstart
Install:
Usage overview:
> mosox
)
Generate MPS for a model and data file pair:
Development
Please install cargo-make:
The most useful dev commands are listed in Makefile.toml.
You can view available commands by running cargo make.
Run fmt, lint, check, test:
Run against the full Osemosys model and Atlantic data:
Docs
- Grammar - GMPL grammar specification and coverage
Todo
- Support more than two-tuples in sets
- Add regression test suite
- Add fully worked examples
- Add performance comparison suite
- Add Highs integration