-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Hi,
we are refactoring an old code based on clp that implements a column-generation algorithm.
The current implementation
- stores the master problem in a CoinModel object,
- accesses clp via OsiClpSolverInterface,
- stores the warm start information in a CoinWarmStart object
- uses the
initialSolvethe first time and thensetWarmStartandresolvelater on.
I am wondering if this is still the right way. I am looking at the ClpDualSimplex solver class and I am wondering whether under the hood it will performa warm start if I apply changes (basically adding columns) .
Metadata
Metadata
Assignees
Labels
No labels