# Chance constraint modeling

**URL:** https://discourse.julialang.org/t/chance-constraint-modeling/5301
**Category:** Optimization (Mathematical)
**Tags:** question
**Created:** [August 9, 2017, 12:49pm UTC](https://discourse.julialang.org/t/chance-constraint-modeling/5301 "2017-08-09T12:49:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![UserMorocco](https://avatars.discourse-cdn.com/v4/letter/u/ee59a6/32.png) [@UserMorocco](https://discourse.julialang.org/u/UserMorocco)
#### Post date: [August 9, 2017, 12:49pm UTC](https://discourse.julialang.org/t/chance-constraint-modeling/5301/1 "2017-08-09T12:49:57Z")

</div>

I have an optimization model with uncertainty in objective function, ie

```julia
 @objective(m, Min, My_QUANTITY[t] * PRICE[t] ) 

```

I suppose that the PRICE is uncertain.

How this model can be adapted to be used in JuMPChance package ?
