Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug in colgen when subproblem is infeasible or unbounded #752

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

guimarqu
Copy link
Contributor

@guimarqu guimarqu commented Dec 1, 2022

closes #747

@codecov
Copy link

codecov bot commented Dec 1, 2022

Codecov Report

Base: 86.87% // Head: 86.90% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (90895b7) compared to base (a68fcf8).
Patch coverage: 33.33% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #752      +/-   ##
==========================================
+ Coverage   86.87%   86.90%   +0.03%     
==========================================
  Files          59       59              
  Lines        5424     5423       -1     
==========================================
+ Hits         4712     4713       +1     
+ Misses        712      710       -2     
Impacted Files Coverage Δ
src/Algorithm/utilities/helpers.jl 64.28% <ø> (+4.28%) ⬆️
src/MathProg/formulation.jl 81.48% <ø> (+0.21%) ⬆️
src/Algorithm/colgen.jl 86.76% <33.33%> (+0.02%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@guimarqu guimarqu marked this pull request as ready for review December 1, 2022 16:01
@guimarqu guimarqu merged commit a1b2bcc into master Dec 1, 2022
@guimarqu guimarqu deleted the fix_colgen branch March 2, 2023 15:39
Sign up for free to 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.

ERROR: Unexpected variable state during column insertion.
1 participant