set_epsintSpecifies the tolerance that is used to determine whether a floating-point number is in fact an integer. void set_epsint(lprec *lp, REAL epsint); Return Value set_epsint 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 epsint The tolerance that is used to determine whether a floating-point number is in fact an integer. Remarks The set_epsint function specifies the tolerance that is used to determine
whether a floating-point number is in fact an integer. This is only used when
there is at least one integer variable and the branch and bound algorithm is
used to make variables integer. Example
See Also make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, get_epsint, set_infinite, is_infinite, get_infinite, set_epsb, get_epsb, set_epsd, get_epsd, set_epsel, get_epsel, get_epspivot, set_epspivot, set_epsperturb, get_epsperturb, set_mip_gap, get_mip_gap |