get_NrowsReturns the number of rows (constraints) in the lp. int get_Nrows(lprec *lp); Return Value get_Nrows returns the number of rows (constraints) in the lp. 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_Nrows function returns the number of rows (constraints) in the lp. Example
See Also make_lp, copy_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, get_Norig_rows, get_Lrows, get_Ncolumns, get_Norig_columns, get_orig_index, get_lp_index |