get_Norig_rowsReturns the number of original rows (constraints) in the lp. int get_Norig_rows(lprec *lp); Return Value get_Norig_rows returns the number of original 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_Norig_rows function returns the number of original 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_Nrows, get_Lrows, get_Ncolumns, get_Norig_columns, get_orig_index, get_lp_index |