math-programming: A library for formulating and solving math programs.

[ bsd3, library, math ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.3.0, 0.4.0, 0.5.0, 0.5.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), containers (>=0.6.0.1 && <0.7), mtl (>=2.2.2 && <2.3), text (>=1.2.3.1 && <1.3) [details]
License BSD-3-Clause
Copyright 2018 Patrick Steele
Author Patrick Steele
Maintainer steele.pat@gmail.com
Category Math
Home page https://github.com/prsteele/math-programming#readme
Bug tracker https://github.com/prsteele/math-programming/issues
Source repo head: git clone https://github.com/prsteele/math-programming
Uploaded by prsteele at 2020-07-05T18:32:09Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 426 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for math-programming-0.4.0

[back to package description]

math-programming

A math programming library.

This library is designed to formulate and solve math programs, in particular linear programs and mixed-integer linear programs.

This library alone is not sufficient to solve math programs; to do so, a solver backend implementing the LPMonad or IPMonad classes is required, such as the GLPK backend.