@hackage MIP0.1.1.0

Library for using Mixed Integer Programming (MIP)

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.
  • Installation

  • Dependencies (20)

  • Dependents (2)

    @hackage/toysolver, @hackage/MIP-glpk
  • Package Flags

      testcbc
       (off by default)

      run test cases that depend on cbc command

      testcplex
       (off by default)

      run test cases that depend on cplex command

      testglpsol
       (off by default)

      run test cases that depend on glpsol command

      testgurobicl
       (off by default)

      run test cases that depend on gurobi_cl command

      testlpsolve
       (off by default)

      run test cases that depend on lp_solve command

      testscip
       (off by default)

      run test cases that depend on scip command

      withzlib
       (on by default)

      Use zlib package to support gzipped files