Given the base , we can set non-basic variables and compute
If the basis is unfeasible. Else if the basis is feasible. → So we have that a BFS (Basic Feasible Solution) is obtained setting
NOTE: It can be proven that each vertex corresponds to a BFS
Search
Jul 31, 20241 min read
Given the base B, we can set non-basic variables xN=0 and compute
xB=B−1⋅bIf xB<0 the basis is unfeasible. Else if xB≥0 the basis is feasible. → So we have that a BFS (Basic Feasible Solution) is obtained setting xB=B−1⋅b
NOTE: It can be proven that each vertex corresponds to a BFS