El W

  • Gurobi-versary
  • First Question
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by El W
  • El W created a post,

    Indicator function constraints with three conditions

    Answered

    I 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 ...