Skip to content

1.6.0

Compare
Choose a tag to compare
@h-g-s h-g-s released this 30 Nov 14:39
· 1030 commits to master since this release
  • 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