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

Various fixes to MOI wrapper #89

Merged
merged 1 commit into from
May 10, 2020
Merged

Various fixes to MOI wrapper #89

merged 1 commit into from
May 10, 2020

Conversation

odow
Copy link
Member

@odow odow commented May 10, 2020

  • support SolveTime
  • work around maximumSeconds
  • fix missing - sign in infeasibility certificates

Closes #65

@codecov-io
Copy link

Codecov Report

Merging #89 into master will increase coverage by 3.60%.
The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   48.87%   52.47%   +3.60%     
==========================================
  Files           3        3              
  Lines         399      404       +5     
==========================================
+ Hits          195      212      +17     
+ Misses        204      192      -12     
Impacted Files Coverage Δ
src/moi/MOI_wrapper.jl 80.80% <91.66%> (+4.54%) ⬆️
src/gen/libclp_api.jl 16.85% <0.00%> (+1.68%) ⬆️

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 7a89242...b4cff76. Read the comment docs.

@odow odow merged commit 4d76dcb into master May 10, 2020
@odow odow deleted the od/moi_fix branch May 10, 2020 20:14
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.

maximum_seconds returns weird results
2 participants