Initializing help system before first use

problem.getpivotorder

problem.getpivotorder


Purpose
Returns the pivot order of the basic variables.
Synopsis
problem.getpivotorder(mpiv)
Argument
mpiv 
Array where the pivot order will be returned.
Example
The following returns the pivot order of the variables into an array pPivot :
mpiv = []
p.getpivotorder(mpiv)
Further information
Row indices are in the range 0 to ROWS- 1, whilst columns are in the range ROWS+ SPAREROWS to ROWS+ SPAREROWS+ COLS- 1.
Related topics