get_max_num_invReturns the maximum number of pivots between a re-inversion of the matrix. int get_max_num_inv(lprec *lp); Return Value get_max_num_inv returns the maximum number of pivots between a
re-inversion of the matrix. 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 get_max_num_inv function returns the maximum number of pivots between
a re-inversion of the matrix. Example
See Also make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS, set_max_num_inv |