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

Subroblem membership #6

Closed
IssamT opened this issue Sep 4, 2018 · 4 comments
Closed

Subroblem membership #6

IssamT opened this issue Sep 4, 2018 · 4 comments
Milestone

Comments

@IssamT
Copy link
Contributor

IssamT commented Sep 4, 2018

The var and constr membership defined in Coluna can only store linear membership. Subroblems can be non linear. Only their contribution in the master is required to be linear. And I believe only the latter need to be known by coluna while the subroblem own membership can be directly passed to the MOI solver without being stored in coluna. Am I wrong?

@IssamT
Copy link
Contributor Author

IssamT commented Sep 12, 2018

@Francois-dv, @rrsadykov, what do you think about this?

@rrsadykov
Copy link
Collaborator

I think you are right. At least in BapCod, all memberships are linear, as we use a MILP (Mixed-Integer Linear Programming) solver to solve the master and subproblems. If subproblem has non-linear constraints, it can only be solved by a custom solver.
Another question is whether you want to allow user to define non-linear constraints in Coluna, i.e. if there are applications like that you absolutely want to support.

@vitornesello
Copy link
Collaborator

@rrsadykov @artalvpes @guimarqu @FD-V can we think about this issue again after the discussions that we had about modeling?

@guimarqu guimarqu added this to the v0.2 milestone Mar 21, 2019
@guimarqu
Copy link
Contributor

guimarqu commented May 7, 2019

Stale as we redesigned the base data struct

@guimarqu guimarqu closed this as completed May 7, 2019
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

No branches or pull requests

4 participants