set_lp_nameSet the name of the lp. unsigned char set_lp_name(lprec *lp, char *lpname); Return Value set_lp_name returns TRUE (1) if the operation was successful. A return
value of FALSE (0) indicates an error. 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 lpname The name for the lp. Remarks The set_lp_name sets the name of the lp. Example
See Also make_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI, get_lp_name |