-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add `SolverError` exception This introduces the unified optlang error that should be reraised anywhere that solver specific errors can occur. Third party code can then rely on catching the optlang error only. * Fix MIP dual behaviour Raise a ValueError when trying to get constraint or variable dual values for an integer problem (instead of returning None) * Fix: Adds functionality to automatically change the type of the cplex problem when changing variable types * Change Module Loading Procedure This fixes Issue #90 where, if any module fails to load, optlang itself cannot load. * feat: cplex 12.7.1 compatibility
- Loading branch information
1 parent
1948683
commit 25667ea
Showing
9 changed files
with
391 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.