Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atoptima/blockdecomposition.jl
Extension of JuMP to model decomposable mathematical programs (using Benders or Dantzig-Wolfe decomposition paradigm)
https://github.com/atoptima/blockdecomposition.jl
decomposition-strategies julia-language mixed-integer-programming modeling
Last synced: about 2 months ago
JSON representation
Extension of JuMP to model decomposable mathematical programs (using Benders or Dantzig-Wolfe decomposition paradigm)
- Host: GitHub
- URL: https://github.com/atoptima/blockdecomposition.jl
- Owner: atoptima
- License: other
- Created: 2019-03-06T18:04:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T17:55:05.000Z (about 1 year ago)
- Last Synced: 2024-10-14T16:43:14.358Z (3 months ago)
- Topics: decomposition-strategies, julia-language, mixed-integer-programming, modeling
- Language: Julia
- Homepage:
- Size: 237 KB
- Stars: 27
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BlockDecomposition.jl
![Build Status](https://github.com/atoptima/BlockDecomposition.jl/workflows/CI/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/atoptima/BlockDecomposition.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/atoptima/BlockDecomposition.jl)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)BlockDecomposition is a package providing features to take advantage of the shape of block structured problem; in other words, problems on which Dantzig-Wolfe decomposition or Benders decomposition can be applied.
Although BlockDecomposition is a JuMP extension,
it is not written nor maintained by the primary developers of JuMP.[Example for Dantzig-Wolfe decomposition](https://atoptima.github.io/Coluna.jl/latest/start/start/)