v0.3.7
Coluna v0.3.7
Closed issues:
- Allow OptimizerWithAttributes in parameters (#393)
- Error BestDualBoundStrategy (#414)
- Test that branching file completion is not broken (#416)
- Termination status is infeasible when no primal solution found & node limit reached (#426)
- Problem with Coluna.Algorithm.ColumnGeneration (#449)
- How to set multi threads to Cplex? (#451)
- Cannot optimize a model twice (#458)
- ArgumentError: ModelLike of type CPLEX.Optimizer does not support accessing the attribute MathOptInterface.ConstraintBasisStatus(1) (#465)
- Cannot show model of Coluna.Optimizer (#468)
- no method matching getincumbents(::Coluna.Algorithm.Node) (#476)
- Documentation of Solutions and Bounds. (#481)
- Remove methods that are no longer needed or used related to Solution. (#482)
Merged pull requests:
- Allow optimizer with attributes (#461) (@ItamarRocha)
- Optimize twice (#462) (@laradicp)
- FIX: Subsolvers with Different Parameters. Issue #451 (#463) (@ItamarRocha)
- Fix error BestDualBoundStrategy (#464) (@laradicp)
- Solver ColumnGeneration (#466) (@laradicp)
- #416 tests implemented (#467) (@ItamarRocha)
- Add method to get the number of constraints (#469) (@laradicp)
- rename StorageState -> RecordState (#470) (@guimarqu)
- Rename Storage -> (Storage) Unit (#471) (@guimarqu)
- Rename Record State -> Record (#472) (@guimarqu)
- Uncomment last test of
optimize_twice
(#473) (@guimarqu) - Retrieve multiple solutions from
SolveIpForm
(#474) (@guimarqu) - v0.3.7 (#487) (@guimarqu)