Originally posted by: T_O
If you are using primal or dual simplex or barrier with crossover, CPLEX should return a basic solution which corresponds to a vertex of the polyhedron. Are you sure that A and B are optimal and the solution is a convex combination of A and B? Can you give an example?
Also consider that strange things can sometimes happen. Consider a feasible set that is a straight unbounded line. Let the objective be 0 (or tangential to the line). Then any point on that line is optimal. On the other hand, it is not obvious which points on that line are "vertices" belonging to basic solutions (of course, such a basic solution exists).
Best regards,
Thomas
#CPLEXOptimizers#DecisionOptimization