set_epslevelThis is a simplified way of specifying multiple eps thresholds that are "logically" consistent. unsigned char set_epslevel(lprec *lp, int epslevel); Return Value Returns TRUE if level accepted and FALSE if an incalid epsilon level was provided. 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 epslevel Can by any of the following values:
Remarks This is a simplified way of specifying multiple eps thresholds that are "logically" consistent. Example
See Also make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, set_epsel, set_epsb, set_epsd, set_epspivot, set_epsint, set_mip_gap |