Originally posted by: AnushKara
Hello everyone,
I am a beginner in using CPLEX optimization studio. I want to formulate the Resource-Constrained Project Scheduling Problem (RCPSP) as a mixed integer linear optimization problem by implementing the Discrete-Time Formulations Based on "Pulse" Start Variables in the aggregated and the disaggregated version. I have excel data containing 48 instances (sheets), each containing 30 activities. Here my excel structure(attached a small screenshot of the sheet outlook):
- 32 is number of activities (including dummy start and finish activities)
- 4 is number of resources
- 24,23,25,33 are capacities for each resource
- the lines above with the following order: duration of activity; the requirement of resources 1,2,3,4 respectively for the activity; the number of direct successors for the activity; activity IDs of all successors for the activity under consideration.
I am attaching my model and data file. In the data file you can see that I worked on some instances manually inputted and the model works fine for those instances. However, as I mentioned above, I have a problem retrieving all the instances from excel sheets and running them simultaneously. I hope you can help me with this issue and thank you very much in advance for the consideration and help.
Kind regards,
Anush
#DecisionOptimization#OPLusingCPLEXOptimizer