MIP: Library for using Mixed Integer Programming (MIP)

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

Flags

Manual Flags

NameDescriptionDefault
testcbc

run test cases that depend on cbc command

Disabled
testcplex

run test cases that depend on cplex command

Disabled
testglpsol

run test cases that depend on glpsol command

Disabled
testgurobicl

run test cases that depend on gurobi_cl command

Disabled
testlpsolve

run test cases that depend on lp_solve command

Disabled
testscip

run test cases that depend on scip command

Disabled
withzlib

Use zlib package to support gzipped files

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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.0.0, 0.1.1.0
Change log ChangeLog.md
Dependencies base (>=4.8 && <5), bytestring, bytestring-encoding, case-insensitive, containers (>=0.5.0), data-default-class, extended-reals (>=0.1 && <1.0), filepath, intern (>=0.9.1.2 && <1.0.0.0), lattices, megaparsec (>=5 && <10), mtl (>=2.1.2 && <2.3), OptDir, process (>=1.1.0.2), scientific, stm (>=2.3), temporary (>=1.2), text (>=1.1.0.0), xml-conduit, zlib [details]
License BSD-3-Clause
Copyright 2020 Masahiro Sakai
Author Masahiro Sakai
Maintainer masahiro.sakai@gmail.com
Revised Revision 2 made by MasahiroSakai at 2022-09-18T03:04:19Z
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:03Z
Distributions
Reverse Dependencies 2 direct, 4 indirect [details]
Downloads 936 total (16 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 MIP-0.1.1.0

[back to package description]

MIP

Hackage Hackage Deps License

Library for using Mixed Integer Programming (MIP) in Haskell. This library contains functions like:

  • Reading / Writing MIP problem files (e.g. LP file or MPS file),
  • Invokling MIP solvers like Gurobi, CPLEX, CBC, GLPK, lp_solve,
  • Reading solution files of those solvers.