| set_negrangeSet negative value below which variables are split into a negative and a positive part. void set_negrange(lprec *lp, REAL negrange); Return Value set_negrange 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 negrange The negative value below which variables are split into a negative and a positive part.Remarks The set_negrange function specifies the negative value below which
						variables are split into a negative and a positive part. This value must always
						be zero or negative. If a positive value is specified, then 0 is taken. Example See Also make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, get_negrange |