Bradley Ning

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

アクティビティの概要

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

    Dear Eli, thanks for your kind help and very detailed response, it is work if u is defined variable. While in my original problem, the 'u' in my code actually is a combination of other variables, f...

  • Bradley Ningさんが投稿を作成しました:

    A weird output, is it a bug of Gurobi 8.1.1?

    回答済み

    Hi there, I am runing the following simple python code, the m.ObjVal output is 4.0, v.X is 0.01, while obviously, the minimum should be 0 if u is between 1/3 to 2/3?  My Gurobi version is 8.1.1, an...

  • Bradley Ningさんがコメントを作成しました:

    Hi Eli, I understand how to get the value of a variable, while what I want is add constraint to T[i][j], T[i][j] are binary variables, and T[i][j] = T[i][j] or ( T[i][k] and T[k][j] ) with i, j, k ...

  • Bradley Ningさんがコメントを作成しました:

    My logic experssion and operation is: T[i][j] = T[i][j] or ( T[i][k] and T[k][j] ) with i, j, k in T.keys() loops T[i][j] are binary variables, it looks like Guroby does not support such logic oper...

  • Bradley Ningさんがコメントを作成しました:

    Hi Sonja: Thanks for your reply, I have copied a screen shot here. From the screen shot, we can find that: print(ttt['A']['A'], x_ij['B']['C']) the output is: <gurobi.Var T_A_A (value 0.0)> <gurobi...

  • Bradley Ningさんが投稿を作成しました:

    Very weird output of binary variable?

    回答済み

    After optimizing successfully, when I transfer the binary variables as input parameters to a logic function (‘and’, ‘or’ operation etc.), the output is different from when I transfer the values of ...