@hackage MIP0.1.0.0

Library for using Mixed Integer Programming (MIP)

MIP

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 depends on cbc command

      testcplex
       (off by default)

      run test cases that depends on cplex command

      testglpsol
       (off by default)

      run test cases that depends on glpsol command

      testgurobicl
       (off by default)

      run test cases that depends on gurobi_cl command

      testlpsolve
       (off by default)

      run test cases that depends on lp_solve command

      testscip
       (off by default)

      run test cases that depends on scip command

      withzlib
       (on by default)

      Use zlib package to support gzipped files