Originally posted by: sandeepsinghchauhan
I have a tuple
tupleA
{
int a;
}
{A} A1 = ...;
I have matrix a(rows)xb(columns)
|
b(colums)
|
|
|
a(row)
|
1
|
2
|
3
|
4
|
1
|
5
|
0
|
0
|
0
|
2
|
0
|
2
|
0
|
0
|
3
|
0
|
0
|
8
|
0
|
4
|
15
|
0
|
0
|
9
|
5
|
0
|
11
|
0
|
0
|
How can I call this matrix from excel by using tuples only with the help of using A tuple.
Please help
#DecisionOptimization#OPLusingCPLEXOptimizer