|
Optimization: principles and algorithms, by Michel Bierlaire
|
Algorithm 16.3: Pivoting of the simplex tableau. More...
Go to the source code of this file.
Functions | |
| function | pivoting (in tab, in l, in j) |
| Pivot the tableau. More... | |
Algorithm 16.3: Pivoting of the simplex tableau.
Implementation of algorithm 16.3 of [1]
Definition in file pivoting.m.
| function pivoting | ( | in | tab, |
| in | l, | ||
| in | j | ||
| ) |
Pivot the tableau.
| tab | the simplex tableau |
| l | the row of the pivot |
| j | the column of the pivot |