jielin yang

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

アクティビティの概要

jielin yangさんの最近のアクティビティ
  • jielin yangさんがコメントを作成しました:

    Thank you Jaromił! This solution really inspires me!

  • jielin yangさんが投稿を作成しました:

    Map integer to binary

    回答済み

    I am want to model a situation that: N is an integer variable, and n0,n1,n2 are binary variables. I wish that when N % 3 == 0, n0 = 1 and others =0; when N % 3 == 1, n1 = 1 and others =0; when N % ...