El W

  • Gurobi-versary
  • First Question
  • 合計アクティビティ 2
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 1

アクティビティの概要

El Wさんの最近のアクティビティ
  • El Wさんが投稿を作成しました:

    Indicator function constraints with three conditions

    回答済み

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