Skip to content

fix: exclude highspy 1.14.0 due to suboptimal MIP solutions - #653

Closed
FBumann wants to merge 1 commit into
masterfrom
fix/exclude-highspy-1.14.0
Closed

fix: exclude highspy 1.14.0 due to suboptimal MIP solutions#653
FBumann wants to merge 1 commit into
masterfrom
fix/exclude-highspy-1.14.0

Conversation

@FBumann

Copy link
Copy Markdown
Collaborator

Summary

Closes#651

  • highspy 1.14.0 returns suboptimal solutions for modified MIP models (x=1, y=9 instead of optimal x=0, y=10)
  • Exclude !=1.14.0 from all dependency groups: docs, dev, and solvers
  • Affects test_modified_model[highs-*] across all platforms and Python versions on CI

Test plan

  • CI passes with highspy != 1.14.0
  • Re-evaluate when highspy 1.15.0+ is released

🤖 Generated with Claude Code

highspy 1.14.0 returns suboptimal solutions for modified MIP models,
causing test_modified_model to fail across all platforms. Exclude it
from all dependency groups (docs, dev, solvers).
Closes#651
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@FBumannFBumann mentioned this pull request Apr 16, 2026
2 tasks
@FBumann

Copy link
Copy Markdown
CollaboratorAuthor

Duplicate — #647 addresses this with a presolve workaround instead of version exclusion. See also #648.

@FBumannFBumann closed this Apr 16, 2026
@FBumannFBumann reopened this Apr 16, 2026
@coroa

Copy link
Copy Markdown
Member

Merged #648 .

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: test_modified_model fails with HiGHS 1.14 — suboptimal MIP solution

2 participants

@FBumann@coroa