Initializing help system before first use

problem.getbasisval

problem.getbasisval


Purpose
Returns the current basis status for a specific column or row.
Synopsis
rstatus, cstatus = problem.getbasisval(row=None, column=None)
Arguments
row 
Row index to get the row basis status for.
column 
Column index to get the column basis status for.
rstatus 
The row basis status will be returned, or 0 if row was passed as None.
cstatus 
The value of the column basis status, or 0 if column==None.
Related topics