Mip

Latest version: v1.15.0

Safety actively analyzes 688961 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 8

1.5.3

- better handling of lazy constraints and fix for querying variable types before optimization in CBC (updated binaries)
- fix query of objective function contents in cbc. thanks to spoorendonk

1.5.2

- fix for constraint property slack in cbc

1.5.1

Fix for status in CBC when no solution found.

1.5.0

WARNING: this version requires some small changes for cut generators: since now Python-MIP fully supports both Cut Generators and Lazy constraints, we decided to add a base class

ConstrsGenerator with the method generate_constrs

cut generators and lazy constraints generators should derive from this class

the Model class has how two attributes:
cuts_generator and
lazy_constrs_generator

an object of type ConstrsGenerator can be added to one of these (or both), defining when the constraint generator will be called: in the first case it will be called when a fractional solution is found and in the second case it will be called when an integer solution is found.

1.4.3

Fix for repeated cuts and updated Mac binaries

1.4.2

Lazy constraints and SOS documented and working.

Page 5 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.