Originally posted by: SystemAdmin
Hi,
I have a following problem in my model. Kindly refer my attachment which will give a better understanding of my below description. I have a parameter Paths which is a binary type. It's notation is,
Paths{i,s,d,l}
i - index of path
s - source node
d - destination node
l - link occurs in that path
In my data model, I have represented as,
Paths{1,2,9,*} 2 1 3 1 4 1 5 1 6 1
Here in the above example, for index i(i.e., value 1), source node 2 and destination node 9, the links such as 2,3,4,5,6 forms a path, and in between the links i placed boolean value 1 to represent a boolean parameter, it will checks if the link is available or not and then returns the boolean value. Here, those links mentioned will return 1 since it contains the links in that path. The basic idea is if this parameter contains the links then this parameter Paths should return boolean value in my constraints section which I have used in my model.
I would like to represent this approach in data model and OPL model. I am struck and dont have any clue. Kindly help me as soon as possible.
I kindly request someone to help me as soon as possible. I already posted in other thread long time back but I dint get any reply so far. But I have explained a little bit deep to understand my problem anyways.
Thanks!!!
#DecisionOptimization#OPLusingCPLEXOptimizer