Initializing help system before first use

XPRSgetbasisval

XPRSgetbasisval


Purpose
Returns the current basis status for a specific column or row.
Synopsis
int XPRS_CC XPRSgetbasisval(XPRSprob prob, int row, int column, int *rstatus, int *cstatus);
Arguments
prob 
The current problem.
row 
Row index to get the row basis status for.
column 
Column index to get the column basis status for.
rstatus 
Integer pointer where the value of the row basis status will be returned. May be NULL if not required.
cstatus 
Integer pointer where the value of the column basis status will be returned. May be NULL if not required.
Related topics