El W
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by El W-
Indicator function constraints with three conditions
AnsweredI have an optimization problem using gurobi c++: objective: minimize L(u), where L(u) = {1/2 - u, if u<=0; 1/2(1-u)^2, if 0<u<1; 0, otherwise. } How can I create constraints with this indicator ...