> 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