Luo Rui

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

アクティビティの概要

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

    How to build an IF A and B THEN C constraint?

    回答済み

    A:continuous B:continuous C:binary D:constant I want model IF(A>D and B<D) THEN  C=1, ELSE C=0, How to build it in gurobi?