Originally posted by: Thomas_321
Hello everyone,
I´m trying to have a look at my optimal solution for each variable. So I read the .lp file to see what cplex is actually calculating and as far as I understood the .lp file shows me what is calculated in the optimal solution?
Yet i´m a little bit confused about the values I get in my .lp file.
In my optimization model for example I get the following values:
10.8 x({"P1","A",10.2,11.2}) + 14.88 x({"P2","A",15.3,14.6}) ......
in my understanding x1 can "choose" between 10.2 and 11.2 and does whatever is optimal. how come I get 10.8 as an output?
If I´m wrong and the .lp file is the wrong place to look for my optimal model, where do I get the "final" or the optimal solution?
Thank you and best regards
#CPLEXOptimizers#DecisionOptimization