JuMPChance.jl

A JuMP extension for probabilistic (chance) constraints
Author mlubin
Popularity
29 Stars
Updated Last
1 Year Ago
Started In
June 2014

JuMPChance

Build Status Build Status Coverage Status

JuMPChance is no longer actively maintained. It is compatible with JuMP 0.18 and earlier.

JuMPChance (formerly CCJuMP) is an extension to JuMP for formulating and solving optimization problems with chance constraints (also known as probabilistic constraints). JuMPChance currently supports only a particular class of chance constraints involving affine combinations of jointly normal random variables, a classical formulation that's known to be efficiently solvable by using second-order conic programming (SOCP) (although JuMPChance also provides an outer-approximation algorithm which solves a sequence of linear problems).

JuMPChance supports an extension of the classical model to distributionally robust (or ambiguous) chance constraints where the parameters of the normal distributions are known to fall in a symmetric interval or more general uncertainty set.

See the documentation for installation installation instructions, a quick start guide, and a more detailed discussion of the methods implemented.

Please cite JuMPChance using DOI.

Used By Packages

No packages found.