-
-
Notifications
You must be signed in to change notification settings - Fork 413
Closed
Description
The P variable has no bound
| @variable(model, P[ω = 1:5], start = 1) # Electricity price |
so what does the complementarity means ?
JuMP.jl/docs/src/tutorials/nonlinear/complementarity.jl
Lines 194 to 195 in afa5214
| ## Production is equal to consumption | |
| @constraint(model, [ω = 1:5], Y[ω] - Q[ω] ⟂ P[ω]) |
According to @frapac , in AMPL, since it has no bounds, it will just add equalities to the lhs
frapac
Metadata
Metadata
Assignees
Labels
No labels