Jirayu Bamroongwongsiri
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Jirayu Bamroongwongsiri-
Jirayu Bamroongwongsiri commented,
Thank you Simran I really appreciate your help. It's perfect.
-
Jirayu Bamroongwongsiri commented,
Hello Simran, Thank you for fixing my wrong code. Your code is perfect, but I got the new problem after I calculate the idle time. Total_ET = gp.quicksum(Earliness_i[i] for i in Jobs) + gp.quicksum...
-
Jirayu Bamroongwongsiri commented,
Hello Simran, Thank you for the reply, but it still does not work. After I changed some codes to the following codes. I got the error "GurobiError: Invalid data in vars array" GurobiError ...
-
Jirayu Bamroongwongsiri created a post,
How can I get constraints to find the maximum completion time in each machines?
OngoingI have tried to create the constraints to get the max value of completion time for each machine. import gurobipy as gpfrom gurobipy import GRBimport pandas as pdm = gp.Model("Sustainable") Num_of_m...