github coin-or/python-mip 1.6.0

latest releases: v1.20-pre, 1.16-pre, 1.15.0...
4 years ago
  • selection of which linear programming method (Primal Simplex, Dual Simplex or
    Barrier) will be used to solve the root node relaxation (lp_method attribute
    of Model)

  • read/write property RHS in Constraint

  • do not throw exception when querying an unavailable solution: just return
    None instead, to fix problem in some debuggers

  • improved documentation - specially for the examples

  • pytest for tests - thanks @pmla

  • continuous integration with travis

Don't miss a new python-mip release

NewReleases is sending notifications on new releases.