jielin yang

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

投稿

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