set_epselSpecifies the value that is used as a tolerance for rounding values to zero. void set_epsel(lprec *lp, REAL epsel); Return Value set_epsel has no return value. Parameters lp Pointer to previously created lp model. See return value of make_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI epsel The value that is used as a tolerance for rounding values to zero. Remarks The set_epsel function specifies the value that is used as a tolerance
for rounding values to zero. Example
See Also make_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, get_epsel, set_infinite, get_infinite, is_infinite, set_epsint, get_epsint, set_epsd, get_epsd, set_epsb, get_epsb, get_epspivot, set_epspivot, set_epsperturb, get_epsperturb, set_mip_gap, get_mip_gap |