
Angus Kenny
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Angus Kenny-
Angus Kenny commented,
awesome, thanks a lot! that worked perfectly
-
Angus Kenny created a post,
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...