Maria Laura Santoni
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Maria Laura Santoniさんの最近のアクティビティ-
Maria Laura Santoniさんがコメントを作成しました:
Hi Simran, This is my current code: from gurobipy import Model, GRB, quicksum import numpy as np # Carica i pesi da un file txt (10000 pesi) weights = np.loadtxt('15_0_2_10000_5_-5_5_1000_sample_...
-
Maria Laura Santoniさんが投稿を作成しました:
Adding constraints only if a certain condition is verified
回答済みHi everyone, I am trying to model a problem on Gurobi Python. I have n binary variables and each couple has assigned a fixed number that I load from outside. A constraint that the problem should h...