How to create independent normal distribution variables in JuMP

You cannot add variables that follow a normal distribution to a JuMP model.

If you want to solve a chance-constrained optimization problem, you will need to manually implement the reformulation.

The macro in JuMPChance was only a small user-facing feature. Most of the effort in the package was to automatically build the reformulations.

1 Like