column_in_lpCheck if a column is already present in the lp. int column_in_lp(lprec *lp, REAL *column); Return Value column_in_lp returns the (first) column number if the column is already in the lp and
0 if not. Parameters lp Pointer to previously created lp model. See return value of make_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI column An array with 1+row elements that are checked against the existing columns in the lp. Remarks The column_in_lp functions checks if a column is already present in the
lp. Example
See Also make_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, add_column, add_columnex, str_add_column, set_column, set_columnex, del_column |