Originally posted by: a35392@ua.pt
Greetings.
I'm new to CPLEX and I have a problem that may have an easy solution, which I can not find.
Being ''a[i]" an input, int a[]=....
and "b" a decision variable, dvar int+ "b[i]",
how can I internally replace a[i], for b[i], or create a non decision variable equal to b, after optimizing b?
Thanks in advance.
#CPLEXOptimizers#DecisionOptimization