unscaleUnscales the model. void unscale(lprec *lp); Return Value unscale has no return value. 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 unscale function unscales the model after a previous
auto_scale. Scaling 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, auto_scale, set_scalemode, get_scalemode |