Angus Kenny
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Angus Kenny-
gurobipy - How can I get the tupledict object using model.getVars()?
AnsweredI have established all of my model variables using the x = model.addVars(list1,list2) command which gives a tupledict with len(list1)*len(list2) variables, accessed by x["key1","key2"], but when I...