[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] glp_erase_prob API call (proposed for 4.29)
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] glp_erase_prob API call (proposed for 4.29) |
Date: |
Wed, 11 Jun 2008 21:30:28 +0400 |
>>> 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