free_lpDeletes an lprec structure and initialise the plp variable. void free_lp(lprec **plp); Return Value None Parameters plp lprec structure to delete. After the call, *plp will be set to NULL. Remarks The free_lp function frees all memory allocated to the lp structure and initialises the *plp variable. Example
See Also delete_lp, make_lp, read_lp, read_LP, read_mps, read_freemps, read_MPS, read_freeMPS, read_XLI |