Originally posted by: YYHH
Hi
I want to model a condition similar to jobshop scheduling problem use integer programming: product X going through step A, B, C in sequence; product Y going through step A, B in sequence; product Z going through step C, D in sequence. Step A uses one resource A (multiple resource A available), Step B uses one resource B (multiple resource B available), and Step C uses one resource C (multiple available), Step D uses one resource D (multiple available). There are x number of product X, y number of product Y, and z number of product Z.
Can anyone give me some hint in terms of how to design input data structure to represent that each product need to go through multiple steps (and the number of steps for different product is different), and how to model the precedence relationship in OPL?
Thank you.
#DecisionOptimization#OPLusingCPLEXOptimizer