Originally posted by: sds_rohit
Hello,
I have implemented the two models suggested in the following link, on my sample data.
https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14627727 My observation:-
1. Our expectation from both models is that each TASK should get a worker. My sample data size has 30 workers and 1341 tasks. My Target time for completion is max 1 hrs. I ran both models for 1 hour (3600 seconds) and still they were unable to assign a worker to every task.
2. Out of the two models (cumulative and span) I get better performance with the cumulative one.
3. I believe there is some problem with rest tasks as we are giving them a big interval size. I think restricting their size will help speed up the process. To check the same, I made a new model without any rest tasks and then ran on my sample data, this model was able to assign worker to each task within 1 hrs.
Attachments:-
1) I am attaching a “Result BookKeeping.xlsx” where the summary of performance is presented for each of the three models.
2) I am attaching the models (‘Cities_Cumul’, ‘Cities_ Span’, ‘Cities_Test’). The input is provided through a common XL sheet (“30 workers 7 days.xlsx”), also attached here.
3) I am also attaching the part of OPL codes written in text files, so in case of any problem in running the attached .mod files, you can still be able to run through these text files.
Issues :-
Model 1 (Cities_Cumul) and Model 2 (Cities_ Span) is showing very poor performance for our sample data of 30 workers and 1341 tasks.
Please suggest us how to improve the performance of both the models.
#DecisionOptimization#OPLusingCPOptimizer