Skip to content

Releases: coin-or/python-mip

1.4.0

06 Sep 20:03

Choose a tag to compare

  • Hopefully fixed a bug in successive MIP reoptimizations
  • Lazy constraints support (still being documented but working !)

1.3.13

20 Aug 15:09

Choose a tag to compare

small fix for gurobi: do not call cut generator in some conditions

1.3.12

18 Aug 19:27

Choose a tag to compare

Fix for row prices in CBC and fix for comparisons of LinExpr objects. Thanks to @spoorendonk .

1.3.11

15 Aug 13:51

Choose a tag to compare

  • cut generators can now also add lazy constraints (remove integer solutions), initially on gurobi only.
  • violation property in linear expression can check how much a solution violates the current solution

1.3.10

15 Aug 09:03

Choose a tag to compare

Fix for gurobi dll path on windows

1.3.9

11 Aug 18:32

Choose a tag to compare

Fix for loading gurobi using GUROBI_HOME environment variable

1.3.8

07 Aug 14:53

Choose a tag to compare

Fix Cbc_getReducedCost
Fix for checking for Gurobi libraries using environment variable GUROBI_HOME in other platforms

1.3.6

31 Jul 20:26

Choose a tag to compare

Since previous version:

  • fix query of upper bound of a variable
  • use GUROBI_HOME to find gurobi when available

1.3.4

24 Jul 14:25

Choose a tag to compare

Updated CBC builds for all platforms with minor bugfixes and fix for unreported out-of-memory error in Gurobi

1.3.3

10 Jul 10:12

Choose a tag to compare

Temporary fix for windows binaries