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 of convexity constraints in master #118

Closed
hhkramer opened this issue Jun 7, 2019 · 0 comments · Fixed by #144
Closed

Bounds of convexity constraints in master #118

hhkramer opened this issue Jun 7, 2019 · 0 comments · Fixed by #144
Assignees
Labels
bug Something isn't working

Comments

@hhkramer
Copy link
Contributor

hhkramer commented Jun 7, 2019

Hello to all.
While implementing the Capacitated Lot-sizing Problem with coluna I noticed that the convexity constraints are imposing a lb of 0 and a ub of 1. Thus, as for this problem I should have lb = ub = 1 in such constraints, the application does not work correctly, resulting in a solution value equal to zero.
I changed the rhs of the lower bound convexity constraint from 0 to 1 in decomposition.jl and it worked.
Having lb = ub = 1 in the convexity constraints is generic for column generation or coluna should have some way to set the sense of the convexity constraint?
Application is available in: https://github.com/hhkramer/ColunaCodes/tree/master/clsp
Best regards,
Hugo

@guimarqu guimarqu added the bug Something isn't working label Jun 8, 2019
@guimarqu guimarqu self-assigned this Jun 8, 2019
guimarqu added a commit that referenced this issue Jun 26, 2019
guimarqu added a commit that referenced this issue Jun 26, 2019
* fix #118

* update DB & demos & rm form outputs

* changes requested
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants