
Emma Innocente
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Emma Innocente-
model.addVars
AnsweredHello, I have two lists of tuples, as follows : L = [('BE212', 'BE352', 0, 0), ('BE212', 'BE211', 0, 0), ('BE242', 'BE100', 0, 0), ('BE236', 'BE232', 0, 0), ('BE212', 'BE343', 0, 0)]R = [('BE310'...
-
Gurobipy - Model.addVars()
AnsweredHi, Modeling with gurobipy, is there a way to create variables with the same keys (multiple variables with the same indexes) ? Thank you for your answer ! Emma
-
Modelling with gurobipy
Awaiting user inputHi, I would like to model the following constraint with gurobipy : time_R = [2 for i in full_R]time_L = [(0,2) for i in full_L] w_L = [[0, 1, 2, 3], [4, 5, 6, 7], [8, 9, 10, 11], [12, 13, 14, 15]...
-
Error 10001 : Out of memory
AnsweredI have an academic licence for Gurobi and work in Python (on PyCharm). I am solving a huge number of assignment problems and sometimes encounter an out of memory error when solving an assignment pr...