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 wrong duty for setupvar in master coeff matrix #316

Merged
merged 2 commits into from
Apr 24, 2020
Merged

Conversation

guimarqu
Copy link
Contributor

Fix #314

@guimarqu guimarqu requested a review from FD-V April 22, 2020 09:55
@@ -169,7 +169,7 @@ function create_side_vars_constrs!(
rhs = lb_mult, kind = Core, sense = Greater, inc_val = 100.0
)
masterform.parent_formulation.dw_pricing_sp_lb[spuid] = getid(lb_conv_constr)
coefmatrix[getid(lb_conv_constr), getid(setupvar)] = 1.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The duty of the id in the coefficient matrix of the master was DwSetupVar instead of MasterRepPricingSetupVar.

Copy link
Collaborator

@vitornesello vitornesello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Despited the "annoted"

@guimarqu guimarqu merged commit e98321c into master Apr 24, 2020
@guimarqu guimarqu deleted the rm_dwsp_master branch April 24, 2020 09:29
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.

DwSpSetupVar in master
2 participants