[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Calling GLPKsuccessively/iteratively/recurisvelyfor nonl
From: |
Kelly, Jeff (ON0F) |
Subject: |
Re: [Help-glpk] Calling GLPKsuccessively/iteratively/recurisvelyfor nonlinear problems. |
Date: |
Mon, 25 Apr 2011 12:53:45 -0400 |
Andrew;
Your glp_erase_prob() is definitely what I am looking for for this
application.
Thanks - Jeff
-----Original Message-----
From: Andrew Makhorin [mailto:address@hidden
Sent: Monday, April 25, 2011 11:53 AM
To: Kelly, Jeff (ON0F)
Cc: address@hidden
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).