Andrew;

Your glp_erase_prob() is definitely what I am looking for for this
application.

Thanks - Jeff

-----Original Message-----
From: Andrew Makhorin [mailto:[email protected]] 
Sent: Monday, April 25, 2011 11:53 AM
To: Kelly, Jeff (ON0F)
Cc: [email protected]
Subject: RE: [Help-glpk] Calling
GLPKsuccessively/iteratively/recurisvelyfor nonlinear problems.

> Do I need to call glp_delete_prob() after each LP subproblem?

Another way is to use glp_erase_prob. It is equivalent to
glp_delete_prob followed by glp_create_prob with the only 
exception that the pointer to the glp_prob object remains
valid (glp_delete_prob invalidates that pointer).




_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to