Coluna.jl icon indicating copy to clipboard operation
Coluna.jl copied to clipboard

Follow up of "Prototyping custom model/optimizer"

Open guimarqu opened this issue 4 years ago • 0 comments

  • [ ] remove subproblem Formulation

Currently, when the dev creates a custom model/optimizer, Coluna maintains a Formulation to handle subproblem variables. This formulation is useless because we can leave the subproblem variable management to the custom model and only maintains the subproblem representatives in the master.

Moreover, in column generation, we'll have to set the current cost of the representatives instead of the sp variables.

guimarqu avatar Jun 07 '21 11:06 guimarqu