You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
Improve the performance of the ConstrainedQuadraticModel.add_variables() method.
Allow discrete constraints added by ConstrainedQuadraticModel.add_discrete() to have zero or one variables.
Upgrade Notes
Remove the undocumented cyConstrainedQuadraticModel.add_variable() method.
Bug Fixes
Fix ConstrainedQuadraticModel.add_variable() to raise a ValueError when given an inconsistent variable type. Previously it incorrectly raised a TypeError.
Fix ConstrainedQuadraticModel.add_variable() to raise a ValueError when given invalid variable bounds.