Susana Carmona
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Activity overview
Latest activity by Susana Carmona-
Susana Carmona created a post,
Stop the program while running
AnsweredHi everyone, I want to stop my program when is running. I want to stop it after 25 iterations if the solution doesn't change. How could I do it? Thanks!
-
Susana Carmona created a post,
Sequence tool restriction
AnsweredHello everyone, I have this data: m = gp.Model('model')jobs, tool = gp.multidict({('A'): 1,('B'): 1,('C'): 2,('D'): 3,}) Where A,B,C,D are the jobs and 1,2,3 are the tools used for every a job. ...
-
Susana Carmona commented,
Hi Eli Towle, I have had continue working on the model and another problem appears. When I run the program I obtained an incorrect solution: Job1 assigned to machine 1.2 at sequence 1. Start at day...
-
Susana Carmona created a post,
How can I create a multidict with data from excel file?
AnsweredHello everyone, I started computing data by myself like this: jobs, endate , qty, pph, setup, weight = gp.multidict({ ('1'): [date(2022,1,5), 7111, 160, 10, 5], ('2'): [date(2022,1,5), 2801, 180, ...
-
Susana Carmona commented,
Thank you, this works!
-
Susana Carmona created a post,
Infeasibility while adding a constraint
Awaiting user inputHello everyone, I have to add these two constraints in my code: When I add the constraint (4) to the code, the model becomes infeasible because comes into conflict with constraint (2). ...