Originally posted by: Rajasekhar Kadambur
Hi,
How to define unstructured decision variables?
A is 4X5 matrix
A11 A21 A31 A41
A21 A22 A32 A42
A31 -- A33 A43
A41 -- -- A44
-- -- -- A45
one way of doing is to take a structured array and define A51,A23,A24,A25,A34,A35 == 0.
For large data, this process will be very painful.
could you please suggest how to implement unstructured decision variables.
Thanks in advance.
#DecisionOptimization#OPLusingCPLEXOptimizer