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

[ algorithms, gpl, library, math, optimisation, optimization ] [ Propose Tags ] [ Report a vulnerability ]

Modules

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

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1.0, 0.2.0.0
Change log ChangeLog.md
Dependencies base (>=4.12 && <5), bytestring, bytestring-encoding, containers, extended-reals (>=0.1 && <1.0), glpk-headers (>=0.4.1), intern, MIP (>=0.2.0.0 && <0.3), scientific, text [details]
License GPL-3.0-only
Copyright 2020 Masahiro Sakai
Author Masahiro Sakai
Maintainer masahiro.sakai@gmail.com
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 2025-02-02T23:49:33Z
Distributions
Downloads 262 total (18 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 2025-02-03 [all 2 reports]

Readme for MIP-glpk-0.2.0.0

[back to package description]

MIP-glpk

Hackage Hackage Deps License: GPL v3

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.