set_lp_nameSet the name of the lp. int set_lp_name(lprec *lp, char *name); 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, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS name The name for the lp. Remarks The set_lp_name sets the name of the lp. Example
See Also make_lp, copy_lp, read_lp, read_lp_file, read_LP, read_mps, read_MPS, get_lp_name |