set_negrangeSet negative value below which variables are split into a negative and a positive part. void set_negrange(lprec *lp, REAL neg_range); 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_file, read_LP, read_mps, read_MPS neg_range The negative value below which variables are split into a negative and a positive part. RemarksThe 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_file, read_LP, read_mps, read_MPS, get_negrange, set_splitnegvars, get_splitnegvars |