Originally posted by: JDalal
I am solving a LP model in Concert (Java), and extracting the dual variable values using getDuals() function.
In a separate implementation, I am solving the Dual of my LP model explicitly and printing out the variable values.
Now, I observe several variable values are quite different. Is it normal, assuming possibility of alternate optima, or something is wrong with my implementation?
By the way, the objective function value is matching in both implementations.
Any suggestion is appreciated.
#CPLEXOptimizers#DecisionOptimization