get_epselReturns the value that is used as a tolerance for rounding values to zero. REAL get_epsel(lprec *lp); Return Value get_epsel returns the value of epsel. 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 get_epsel function returns the value that is used for rounding values
to zero. Example
See Also make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS, set_epsel, set_infinite, get_infinite, set_epsilon, get_epsilon, set_epsd, get_epsd, set_epsb, get_epsb, get_epspivot, set_epspivot, set_epsperturb, get_epsperturb, set_mip_gap, get_mip_gap |