Originally posted by: Aaron.Sun
I am working on a problem about the extreme point of linear program. The problem is highly degenerate.
I tried to observe the intermediate iterations when use primal simplex to solve the problem. I expected that every intermediate iteration means a feasible solution at the extreme point of the polyhedron. But it seems the algorithm is not searching by moving from one extreme point to another. (But I am not sure, so need get confirmation from this forum.)
After I turn off the perturbation (using primal simplex), it seems Cplex still modified the original problem somewhat. At the end of iterations, it display: Removing shift (see the pic below). What does that mean? Is the solution at each iteration a feasible solution of the original problem? Area all iterations at extreme points?
Thank you!
#CPLEXOptimizers#DecisionOptimization