Originally posted by: lbr33
I am implementing a column generation approach to my problem.
The Master Problem (MP) is initialized with some initial columns. Then, the MP is solved; the pricing subproblem is solved. Some columns with negative reduced costs are found and added to the MP. The MP is solved once again with these new columns, but the value of the objective function of MP does not change in this iteration. Can it happen? Or does it mean that I am doing something wrong? In the end, the method converge.
#DecisionOptimization#MathematicalProgramming-General