v0.3.9
Coluna v0.3.9
Closed issues:
- Is Coluna possible to call solvers (e.g., Cplex, Gurobi) directly? (#301)
- How to set the coefficients of the objective function with the oracle (#349)
- Incorrect hyperlink to sources in Algorithm references (#405)
- Stable documentation not deployed... (#506)
- Score calculation in strong branching is broken (#512)
- Add support of JuMP.write_to_file in direct mode (#513)
- Branching is performed when a node is infeasible (#520)
- Branching priorities (#521)
Merged pull requests:
- Move storage & records in ColunaBase (#507) (@guimarqu)
- Renaming in storage (#509) (@guimarqu)
- Deletion of
AbstractData
(#510) (@guimarqu) - fix strong branching score calculation (#516) (@guimarqu)
- Fix documentation deployment (#517) (@guimarqu)
- Bijection StorageUnit -> Record (#518) (@guimarqu)
- Leave conquer if colgen prunes node (#523) (@guimarqu)
- Add support of JuMP.write_to_file in direct mode (#524) (@laradicp)
- Implementation of column generation stages (#525) (@rrsadykov)
- Add VarBranchingPriority (#526) (@laradicp)
- Support of variable branching priorities in the branching algorithm (#528) (@rrsadykov)
- v0.3.9 (#529) (@guimarqu)