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

Generalize build_variable for Variable(s)ConstrainedOnCreation #2595

Merged
merged 4 commits into from
May 17, 2021

Conversation

pulsipher
Copy link
Contributor

Closes #2594.

@codecov
Copy link

codecov bot commented May 14, 2021

Codecov Report

Merging #2595 (75c02f0) into master (8062654) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2595      +/-   ##
==========================================
+ Coverage   93.45%   93.47%   +0.01%     
==========================================
  Files          44       44              
  Lines        5533     5547      +14     
==========================================
+ Hits         5171     5185      +14     
  Misses        362      362              
Impacted Files Coverage Δ
src/macros.jl 92.96% <ø> (ø)
src/sd.jl 92.20% <ø> (ø)
src/sets.jl 90.90% <ø> (+0.43%) ⬆️
src/constraints.jl 95.00% <0.00%> (+0.02%) ⬆️
src/nlp.jl 93.44% <0.00%> (+0.04%) ⬆️
src/JuMP.jl 83.54% <0.00%> (+0.51%) ⬆️

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 8062654...75c02f0. Read the comment docs.

@odow odow merged commit 41ebc5f into jump-dev:master May 17, 2021
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.

Enhance Usability of Variable(s)ConstrainedOnCreation for Extensions
3 participants