Originally posted by: JKRATHORE
I am trying to add few more constraint with existing resource constraint project scheduling problem. Here I am attaching the example files of RCPSP problem. At present in this example problem I can start as many tasks as possible based on resource capacity. I want to add a constraint on maximum number of tasks performed in an interval variable should be less than or equal to 5. In other words simultaneously I can't do more than 5 tasks at a time.
#DecisionOptimization#OPLusingCPOptimizer