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

Bounds update #55

Merged
merged 3 commits into from
Mar 3, 2021
Merged

Bounds update #55

merged 3 commits into from
Mar 3, 2021

Conversation

davidanthoff
Copy link
Contributor

This is useful in scenarios where one repeatedly solves a given model, with only bounds updated between runs. For example if one fixes different variables between different runs.

Also handles fixed variables properly.

@codecov
Copy link

codecov bot commented Mar 2, 2021

Codecov Report

Merging #55 (c6a074a) into master (dcaa38e) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   95.43%   95.51%   +0.07%     
==========================================
  Files           3        3              
  Lines         307      312       +5     
==========================================
+ Hits          293      298       +5     
  Misses         14       14              
Impacted Files Coverage Δ
src/mcp.jl 99.25% <100.00%> (+0.02%) ⬆️

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 dcaa38e...c6a074a. Read the comment docs.

@chkwon
Copy link
Owner

chkwon commented Mar 3, 2021

@davidanthoff Great. Thanks. Could you kindly add some test functions?

@davidanthoff
Copy link
Contributor Author

Done!

@chkwon chkwon merged commit 7eecfb2 into chkwon:master Mar 3, 2021
@davidanthoff davidanthoff deleted the bounds-update branch March 3, 2021 02:30
@davidanthoff
Copy link
Contributor Author

Thanks for the fast merge! Could you also tag a new release?

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.

2 participants