Maria Laura Santoni
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Maria Laura Santoni-
Maria Laura Santoni commented,
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 created a post,
Adding constraints only if a certain condition is verified
AnsweredHi 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...