Skip to content

Don't restore VariablePrimalStart on exit from optimize#7

Merged
odow merged 1 commit into
mainfrom
od/fix-start
May 15, 2026
Merged

Don't restore VariablePrimalStart on exit from optimize#7
odow merged 1 commit into
mainfrom
od/fix-start

Conversation

@odow
Copy link
Copy Markdown
Member

@odow odow commented May 15, 2026

Because this may invalidate the solver's stored solution. Whether it does depends on the solver. It doesn't for HiGHS in the tests because we cache the start in the MOI wrapper.

Because this may invalidate the solver's stored solution. Whether it
does depends on the solver. It doesn't for HiGHS in the tests because
we cache the start in the MOI wrapper.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (c9047d8) to head (65d34c4).

Additional details and impacted files
@@             Coverage Diff             @@
##             main        #7      +/-   ##
===========================================
+ Coverage   99.37%   100.00%   +0.62%     
===========================================
  Files           2         2              
  Lines         161       153       -8     
===========================================
- Hits          160       153       -7     
+ Misses          1         0       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@odow odow merged commit 3a23fcf into main May 15, 2026
9 checks passed
@odow odow deleted the od/fix-start branch May 15, 2026 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant