is_anti_degenReturns if perturbations must be used to reduce degeneracy/cycling while solving. short is_anti_degen(lprec *lp); Return Value is_anti_degen returns TRUE or FALSE. Do perturbations or not. 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 Remarks The is_anti_degen function returns a flag if perturbations must be used to reduce degeneracy/cycling while solving. Setting this flag can avoid cycling, but can also increase numerical instability. The default is not (FALSE). Example
See Also make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS, set_anti_degen |