MIP-glpk: A GLPK backend to the MIP library.

[ algorithms, gpl, library, math, optimisation, optimization ] [ Propose Tags ]

Modules

  • Numeric
    • Optimization
      • MIP
        • Solver
          • Numeric.Optimization.MIP.Solver.GLPK

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1.0
Change log ChangeLog.md
Dependencies base (>=4.8 && <5), bytestring, bytestring-encoding, containers, extended-reals (>=0.1 && <1.0), glpk-headers (>=0.4.1), intern, MIP (>=0.1.1.0 && <0.2), scientific, text [details]
License GPL-3.0-only
Copyright 2020 Masahiro Sakai
Author Masahiro Sakai
Maintainer masahiro.sakai@gmail.com
Revised Revision 1 made by MasahiroSakai at 2020-12-26T16:22:15Z
Category Math, Algorithms, Optimisation, Optimization
Home page https://github.com/msakai/haskell-MIP#readme
Bug tracker https://github.com/msakai/haskell-MIP/issues
Source repo head: git clone https://github.com/msakai/haskell-MIP
Uploaded by MasahiroSakai at 2020-12-26T14:21:05Z
Distributions
Downloads 201 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-12-26 [all 3 reports]

Readme for MIP-glpk-0.1.1.0

[back to package description]

MIP-glpk

This provides GLPK backend for MIP package.

MIP package already have the ability to invoke GLPK's command-line solver glpsol, but this package allows using GLPK as a library with smaller overhead.