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 variable of formulation #718

Merged
merged 1 commit into from
Sep 14, 2022
Merged

Fix variable of formulation #718

merged 1 commit into from
Sep 14, 2022

Conversation

guimarqu
Copy link
Contributor

Now, you can fix an active and explicit variable in a formulation.
Fixing a variable means it has the same lower and upper bound and it is then deactivated until one of its bounds changes.

@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Base: 86.26% // Head: 86.33% // Increases project coverage by +0.06% 🎉

Coverage data is based on head (e7b7309) compared to base (0a1b549).
Patch coverage: 97.14% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #718      +/-   ##
==========================================
+ Coverage   86.26%   86.33%   +0.06%     
==========================================
  Files          58       58              
  Lines        5724     5751      +27     
==========================================
+ Hits         4938     4965      +27     
  Misses        786      786              
Impacted Files Coverage Δ
src/MathProg/variable.jl 83.33% <0.00%> (ø)
src/MathProg/formulation.jl 81.98% <100.00%> (ø)
src/MathProg/manager.jl 72.34% <100.00%> (+4.04%) ⬆️
src/MathProg/varconstr.jl 95.36% <100.00%> (+0.40%) ⬆️

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 merged commit 3444fbe into master Sep 14, 2022
@guimarqu guimarqu deleted the partial_sol_in_formulation branch September 14, 2022 12:58
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.

1 participant