set_epsbSpecifies the value that is used as a tolerance for the Right Hand Side (RHS) to determine whether a value should be considered as 0. void set_epsb(lprec *lp, REAL epsb); Return Value set_epsb 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 epsb The value that is used as a tolerance for the Right Hand Side (RHS) to determine whether a value should be considered as 0. Remarks The set_epsb function specifies the value that is used as a tolerance for
the Right Hand Side (RHS) to determine whether a value should be considered as
0. Example
See Also make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS, get_epsb, set_infinite, get_infinite, set_epsilon, get_epsilon, set_epsd, get_epsd, set_epsel, get_epsel, get_epspivot, set_epspivot, set_epsperturb, get_epsperturb, set_mip_gap, get_mip_gap |