Originally posted by: pareto
Hello anyone,
I have a question which may be trivial, but I need your help in topic.
I have an IloExpr which contains some variables, and some constants. When I print it out, it is sth like:
0.071*IloIntVar<13>[0..1]+1.23*IloNumVar<423>[0..1.#INF]+12.5 ...
Now, I want to call each variable´s value (through getValue) from a model solution and replace variables in IloExpr with these values, and convert the mathematical result into an IloNum.
Is that possible?
Thank you
#CPLEXOptimizers#DecisionOptimization