I am working on a Column Generation algorithm. After pricing the new variables and calculating the reduced cost, how can I add the new variable and check if my calculated reduced cost is correct according to CPLEX?
When I add the new variable to the model and reoptimize the RMP (Reduced Master Problem), the new variable enters basis, so its reduced cost is 0, which is ok. However, I would like to check the reduced cost calculated by CPLEX before adding the variable.