get_lp_nameGets the name of the lp. char *get_lp_name(lprec *lp); Return Value get_lp_name returns the name of the lp. 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 Remarks The get_lp_name returns the name of the lp. Example
See Also make_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, set_lp_name |