[Zimpl](https://zimpl.zib.de/) is a little language to translate the mathematical model of a problem into a linear or nonlinear (mixed-) integer mathematical program expressed in [.lp](https://www.ibm.com/docs/en/icos/22.1.0?topic=cplex-lp-file-format-algebraic-representation) or [.mps](https://en.wikipedia.org/wiki/MPS_(format)) file format which can be read and (hopefully) solved by a LP or MIP solver.
Find a file
2024-06-19 09:42:40 -06:00
.gitignore Initial RPM 2024-01-01 09:54:53 -07:00
README.md Added the README 2024-01-01 15:31:50 +00:00
sources Version 3.6.0 2024-06-19 09:42:40 -06:00
zimpl-cddlib-set-clash.patch Initial RPM 2024-01-01 09:54:53 -07:00
zimpl-shared.patch Initial RPM 2024-01-01 09:54:53 -07:00
zimpl.spec Version 3.6.0 2024-06-19 09:42:40 -06:00

zimpl

Zimpl is a little language to translate the mathematical model of a problem into a linear or nonlinear (mixed-) integer mathematical program expressed in .lp or .mps file format which can be read and (hopefully) solved by a LP or MIP solver.