Releases: atoptima/BlockDecomposition.jl
Releases · atoptima/BlockDecomposition.jl
v1.6.0
BlockDecomposition v1.6.0
Closed issues:
- Parent annotation of an annotation (#2)
- change PricingVariableCost attribute -> CallbackVariableCost (#25)
- Add Coluna dependent tests to avoid breaking changes (#30)
- Error when master/ other sp vars variables assigned to a subproblem constraint (#48)
- Warning when the user put a constraint that involves vars of the same sp in the master (#49)
- Better error message when not decomposing over Axis (#74)
Merged pull requests:
- PricingDualBound attribute for pricing callback (#77) (@guimarqu)
- upgrade JuMP and MOI deps (#78) (@guimarqu)
MasterVarInDwSp
error (#79) (@guimarqu)- warning if vars of same dw sp in master constr (#80) (@guimarqu)
- Error when decomposition over axis (#81) (@guimarqu)
- no warning for vars in same dw sp when upper multiplicity gt 1 (#82) (@guimarqu)
- v1.6 - minor release (#83) (@guimarqu)
v1.5.0
BlockDecomposition v1.5.0
Closed issues:
- Better error msg if decomposition not done on an axis (#40)
Merged pull requests:
- Automatic decomposition (#31) (@davidmeichel)
- Improve error msg when decomposition not done using an axis (#70) (@guimarqu)
- Migrate to Graphs.jl + fix automatic decomposition tests (#71) (@guimarqu)
- fixing the link in README.md (#72) (@chkwon)
- MOI 0.10 upgrade (#73) (@guimarqu)
- model.ext has automatic_decomposition key before accessing it (#75) (@guimarqu)
- v1.5.0 (#76) (@guimarqu)
v1.4.0
BlockDecomposition v1.4.0
Closed issues:
- Retrieve solutions of subproblems (#29)
- Multiple solvers for subproblems (#54)
- Fix CI : git https access deprecated by github (#57)
- getsolutions does not work when direct_model = true (#67)
- Docstring of BlockModel (#68)
Merged pull requests:
- Soft branching priorities (#55) (@guimarqu)
- Support of multiple solvers (#56) (@guimarqu)
- Adding custom data to the submit function of the pricing callback (#58) (@artalvpes)
- Follow up custom data (#59) (@laradicp)
- AxisId as single indice of a set of variables/constraints (#60) (@guimarqu)
- Multiple optimizers (#61) (@guimarqu)
- Add getsolutions and value methods for solution disaggregation (#62) (@laradicp)
- Add methods
customvars!
andcustomconstrs!
for single custom data (#64) (@laradicp) - Annotation of anonymous constr/var is nothing (#65) (@guimarqu)
- improve BlockDecomposition docstrings (#66) (@guimarqu)
- add supported vars & constrs to MockOptimizer (#69) (@guimarqu)
v1.3.0
BlockDecomposition v1.3.0
Closed issues:
Merged pull requests:
v1.2.6
v1.2.5
BlockDecomposition v1.2.5
Merged pull requests:
- Switch CI from Travis to Github actions (#41) (@guimarqu)
- specify! accepts MOI.OptimizerWithAttribute (#44) (@ItamarRocha)