Jolly Ehiabhi
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Jolly Ehiabhi-
Thank you Eli and Gwyneth. The code is now running with no error. Jolly
-
Hi Eli, Thank you for all the help, I made updates to the model but I am still getting errors. I have tried checking online on how to fix the problem. I am not getting any good material to help fix...
-
These are the set of Constraints I am trying to code, Please I need help with this. this is how I coded them. I believe I am not coding it the right way. for i in K: for j in J: z....
-
Waoh. Thank you so much Eli. I will make the updates and rerun the model again.
-
from __future__ import divisionfrom gurobipy import *import random# Problem Input Size:workstation = 5ProcessingTime = 12Jobtype = 2JobScenario = 10#Input Data Preparationp_kj = {}q_ij = {}t_i = {}...