auto_scaleScales the model. REAL auto_scale(lprec *lp); Return Value auto_scale returns 0 or a negative value if scaling failed, else the
meaning scale factor. Parameters lp Pointer to previously created lp model. See return value of make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS Remarks The auto_scale function scales the model according to the scaling method
specified with set_scalemode. This can
influence numerical stability considerably. It is advisable to always use some
sort of scaling. Example
See Also make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS, set_scalemode, get_scalemode, unscale |