coin-or / python-mip

Python-MIP: collection of Python tools for the modeling and solution of Mixed-Integer Linear programs
Eclipse Public License 2.0
516 stars 90 forks source link

fixed closing bracket typo #243

Closed brmanuel closed 2 years ago

brmanuel commented 2 years ago

Fixed the below typo. Note that without the fix, all objective parameters with value < 1e-20 are discarded. With the fix, all objective parameters with absolute value < 1e-20 are discarded.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

sebheger commented 2 years ago

Thanks for your contribution @brmanuel