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, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS 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, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS, set_negrange, set_splitnegvars, get_splitnegvars |