mex.simplex.simplex_networks.pivots_col

mex.simplex.simplex_networks.pivots_col(matrix)[source]

Checks to see if pivots are required due to negative values in right column, excluding the bottom value.

Parameters

matrix (numpy array) – matrix to be reviewed.

Returns

True or False indicating whether a negative element was found.

Return type

Flag (bool)