get_negrangeReturns the negative value below which variables are split into a negative and a positive part. REAL get_negrange(lprec *lp); Return Value get_negrange returns the negative value below which variables are split
into a negative and a positive part. 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 RemarksThe get_negrange function returns the negative value below which
variables are split into a negative and a positive part. This value is always
zero or negative. Example
See Also make_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, set_negrange |