Originally posted by: sjayaswal
My problem is something similar to the problem on Extreme Rays already discussed in the forum elsewhere, but more complicated.
I have two types of variables, say X and Y. Both are multidimensional. Let's say both are 2-dimensional arrays.
If I use cplex.getRay(vals, vars) to obtain the Extreme Ray, then vals and vars are required to be declared as single dimensional
arrays. In such a case, how would I know which values in vals are for X variables and which ones are for Y variables?
I am stuck on this for a week now, and would very much appreciate any help.
Thanks and Regards,
Sachin
#CPLEXOptimizers#DecisionOptimization