Originally posted by: lbr33
I am dealing with a mathematical formulation, in which flow variables and route variables are present.
I implemented a column generation approach to solve the formulation (the route variables are generated as needed). This first version here, I called as complete version.
As the flow variables have 10 indexes, I can not go so far if all flow variables are added since the begin in the master problem.
Then, I implemented a version in which the flow variables are also added on demand (accordingly with their reduced costs). This second version, I called as incomplete version.
Do both versions necessarily need to converge to the same bound? Because, that is not what is happening. I have a difference of less than 1% between the bounds of the two versions. Is that ok or does it mean that I am doing something wrong?
Thanks a lot!
#CPLEXOptimizers#DecisionOptimization