Imports

29.5 The initial basic feasible solution

This section formalizes the textbook phase-I auxiliary program and the initialized SIMPLEX procedure. The textbook deletes the artificial variable before phase II; the fixed-dimension dictionary model instead adds the equivalent lock x₀ ≤ 0. Together with auxiliary nonnegativity this forces x₀ = 0, preserves exactly the original feasible assignments, and avoids a dimension-changing tableau operation.

Implementation details

namespace CLRSnamespace Chapter29end Chapter29end CLRS