Originally posted by: SystemAdmin
[Simon said:]
Hello!
I develop a program in Visual Studio 2005 and I use Cplex 11.0. I use the solution pool to get a population of solution. Now I want to compare this solutions with others, which I have from an other method. The other method returns a double value, which I compute with BestObjValue. But I don't know, how I can get the BestObjValue of a solution from the Solution Pool without starting the solver once more on the solution. I tried GetObjValue(i) (with i for the solution in the solution pool), but it's not the same as BestObjValue.
Does somebody know if I can get the BestObjValue of a solution from the solution pool directly? And how?
#CPLEXOptimizers#DecisionOptimization