You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: