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, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS Remarks The get_lp_name returns the name of the lp. Example
See Also make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS, set_lp_name |