Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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/)