Originally posted by: UU24_Sergej_Andrejev
Hi,
I'm using populate method in cplex 12.3. The problem is I want to access int variables from solution pool, but even though there is getValues(val, var, sln) method, there is no analogous getIntValues(var, val, sln) method. I was thinking I could convert values from getValues() method, but I can't figure out how conversion works. checking something like val >= 1e-04 or val <= 1 - 1e-07 doesn't always give answers consistent with getIntValues
#CPOptimizer#DecisionOptimization