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
513 stars 88 forks source link

Support _core named highs_bindings #377

Closed AdeelK93 closed 3 months ago

AdeelK93 commented 3 months ago

The newest version of HiGHS (1.7.1) has renamed highs_bindings to _core, yielding the following error: An error occurred while loading the HiGHS library: not enough values to unpack (expected 1, got 0)

This PR supports both formats of bindings namings, and provides a better error message.