>>> Finally, what is the best way to empty a problem >>> object of input data -- I currently remove all the >>> rows and cols but is there a more elegant method?
>> In 4.29 I added api routine glp_erase_prob which >> erases the problem object content as if the object >> were just created by glp_create_prob. But in >> principle your way is normal; glp_erase_prob does the >> same. > I was wondering (in preparation for 4.29) how > overwritten control parameter defaults are handled? > Does 'glp_erase_prob' imply 'lpx_reset_parms'? Yes, it does. Please see glp_erase_prob in a new version of glpapi01.c attached.
glpapi01.c.gz
Description: GNU Zip compressed data
_______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
