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