1

My question is about having an LP in the standard form $Ax \leq b$ and the set of basic feasible solutions. For each basic feasible solution (bfs) does there exist an appropriate objective function $cx,$ such that this bfs is the optimal solution for this particular objective function?

My answer is yes, because the objective function is just a vector; therefore, for each bfs we can adjust the vector appropriately.

What's your opinion?

Mike Spivey
  • 55,550
koh
  • 23
  • 5

1 Answers1

3

Yes. The feasible set is a (possibly unbounded) convex polytope, and the basic feasible solutions are its extreme points. A basic theorem of convex geometry is that for any extreme point $v$ of a convex set $S$ in ${\mathbb R}^n$ there is a supporting hyperplane, i.e. a nonzero vector $w$ such that $w \cdot v \ge w \cdot x$ for all $x \in S$.

Robert Israel
  • 448,999