Initializing help system before first use

XPRSgetscale

XPRSgetscale


Purpose
Returns the the current scaling of the matrix.
Synopsis
int XPRS_CC XPRSgetscale(XPRSprob prob, int mrscal[], int mcscal[]);
Arguments
prob 
The current problem.
mrscal 
Integer array of size ROWS that will contain the powers of 2 with which the rows are currently scaled.
mcscal 
Integer array of size COLS that will contain the powers of 2 with which the columns are currently scaled.
Related topics