Originally posted by: abhzap
Hi Daniel,
Thank you for the response.
I solve the same problem instance on the same machine but with different initial solutions and see different results.
I wanted to check whether the CG terminates at close to the same solution even when a 2 different initial solution.
The difference is both in the RMP ILP objective value and RMP ILP solution vectors.
I do not use any parallelism/multi-threading.
The pricing problems are solved in a round-robin fashion, meaning I solve 1 pricing problem and after making the reducing cost non-negative, move on to the next-one.
The sequence of solving the pricing problem i.e. pp1 --> pp2 -->pp3 also remains the same between different runs of the same problem instance.
#CPLEXOptimizers#DecisionOptimization