Optimization: principles and algorithms, by Michel Bierlaire
Functions
pivoting.m File Reference

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...
 

Detailed Description

Algorithm 16.3: Pivoting of the simplex tableau.

Implementation of algorithm 16.3 of [1]

Note
Tested with run1612pivoting.m
Called by simplexTableau
Called by twoPhasesSimplex
Author
Michel Bierlaire
Date
Sun Mar 22 12:43:21 2015

Definition in file pivoting.m.

Function Documentation

◆ pivoting()

function pivoting ( in  tab,
in  l,
in  j 
)

Pivot the tableau.

Parameters
tabthe simplex tableau
lthe row of the pivot
jthe column of the pivot
Returns
newtab the pivoted tableau
Copyright 2015-2018 Michel Bierlaire