amir b
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Comments
Recent activity by amir b-
Thank you so much for the guide. Sincerely, Amir
-
Hi I used this code pG = m.addMVar(shape = p_Ng * p_Ns, vtype = GRB.BINARY)for i in range(0, p_Ng * p_Ns): pG[i].Start = GRB.UNDEFINED # or pG[i].Start = 0 did not work but it says 'No start ...