 |
When work is complete on a given problem p , QSfree_prob(p) should be called to free the memory associated with the QSprob data structure. This operation is important in applications where LP problems are repeatedly created and solved, permitting the application to reuse the available memory. Note that after a call to QSfree_prob(p) , the specified QSprob p will no longer contain any information related to the original LP problem.
|