Popularity
2.4
Growing
Activity
0.0
Stable
3
3
0

Monthly Downloads: 12
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Math    
Latest version: v0.4.0

math-programming alternatives and similar packages

Based on the "Math" category.
Alternatively, view math-programming alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of math-programming or a related project?

Add another 'Math' Package

README

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.