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 INFEASIBLE_POINT statuses #98

Merged
merged 1 commit into from
Mar 4, 2022
Merged

Fix INFEASIBLE_POINT statuses #98

merged 1 commit into from
Mar 4, 2022

Conversation

odow
Copy link
Member

@odow odow commented Mar 4, 2022

Closes #97

The example in #97 now returns:

julia> solution_summary(model)
* Solver : HiGHS

* Status
  Termination status : OPTIMAL
  Primal status      : INFEASIBLE_POINT
  Dual status        : INFEASIBLE_POINT
  Message from the solver:
  "7"

* Candidate solution
  Objective value      : 144677.302624058
  Objective bound      : 0.0
  Dual objective value : 180188.05708437136

* Work counters
  Solve time (sec)   : 0.12055
  Simplex iterations : 488
  Barrier iterations : 0

Not adding it as a test because it's really an upstream bug in HiGHS that will get fixed at some point.

@codecov
Copy link

codecov bot commented Mar 4, 2022

Codecov Report

Merging #98 (a2968a9) into master (efddaca) will decrease coverage by 0.06%.
The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
- Coverage   84.52%   84.46%   -0.07%     
==========================================
  Files           3        3              
  Lines        1260     1268       +8     
==========================================
+ Hits         1065     1071       +6     
- Misses        195      197       +2     
Impacted Files Coverage Δ
src/MOI_wrapper.jl 95.24% <89.47%> (-0.16%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update efddaca...a2968a9. Read the comment docs.

@odow odow merged commit de21844 into master Mar 4, 2022
@odow odow deleted the od/status branch March 4, 2022 02:02
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.

Handle INFEASIBLE_POINT statuses
1 participant