set_epsdSpecifies the value that is used as a tolerance for reduced costs to determine whether a value should be considered as 0. void set_epsd(lprec *lp, REAL epsd); Return Value set_epsd 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 epsd The value that is used as a tolerance for reduced costs to determine whether a value should be considered as 0. Remarks The set_epsd function specifies the value that is used as a tolerance for reduced costs to
determine whether a value should be considered as 0. Example
See Also make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, get_epsd, set_infinite, is_infinite, get_infinite, set_epsint, get_epsint, set_epsb, get_epsb, set_epsel, get_epsel, get_epspivot, set_epspivot, set_epsperturb, get_epsperturb, set_mip_gap, get_mip_gap |