Originally posted by: sandeepsinghchauhan
I have a data matrix in excel each column has name P,l,U
P l u
1 1 8
1 2 15
1 3 10
2 1 5
2 2 7
I want to make a model in which i want to create a new matrix (with the help of tuples) which every time start with 1..U
like-
P l U
1 1 1
1 1 2
.
.
.
.
1 1 8
1 2 1
.
.
.
.2 1 15
........same for P = 2 and 3 vary with 1..U
Please help
#DecisionOptimization#OPLusingCPLEXOptimizer