Rahadyan Bagus P
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Rahadyan Bagus Pによる最近のアクティビティ-
how to make absolut value in python model
回答済みi want to change G[i,j] into | X[i] - X[j] | model.setObjective(grb.quicksum(Cobj[i,j]*G[i,j] for i in N for j in N if i<j))
-
the results violate the constraint that have been created
ユーザーの入力を待っています。After the model is run, the results given are quite good, but there are several results for the value of the variable "G" which violate the predetermined limits, where the value of "G" should corre...