| get_maxpivotReturns the maximum number of pivots between a re-inversion of the matrix. int get_maxpivot(lprec *lp); Return Value get_maxpivot 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, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI Remarks The get_maxpivot 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, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, set_maxpivot |