set_scalelimitSets the relative scaling convergence criterion for the active scaling mode; the integer part specifies the maximum number of iterations. void set_scalelimit(lprec *lp, REAL scalelimit); Return Value set_scalelimit has no return value. Parameters lp Pointer to previously created lp model. See return value of make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI scalelimit The relative scaling convergence criterion for the active scaling mode; the integer part specifies the maximum number of iterations Remarks The set_scalelimit function sets the relative scaling convergence criterion for the active scaling mode; the integer part specifies the maximum number of iterations (default is 5). Example
See Also make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, get_scalelimit, set_scaling, get_scaling, is_integerscaling, is_scalemode, is_scaletype |