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