set_epsilonSpecifies the epsilon that is used to determine whether a floating-point number is in fact an integer. void set_epsilon(lprec *lp, REAL epsilon); Return Value set_epsilon has no return value. 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 epsilon The epsilon that is used to determine whether a floating-point number is in fact an integer. Remarks The set_epsilon function specifies the epsilon 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_file, read_LP, read_mps, read_MPS, get_epsilon, set_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 |