help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Calling GLPK successively/iteratively/recurisvelyfor non


From: Andrew Makhorin
Subject: Re: [Help-glpk] Calling GLPK successively/iteratively/recurisvelyfor nonlinear problems.
Date: Mon, 25 Apr 2011 19:53:10 +0400

> 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).






reply via email to

[Prev in Thread] Current Thread [Next in Thread]