You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to have a variant where the GMPL pointer is stored in the CoinMpsIO object and freed in the destructor.
Also a CoinMpsIO method to call the GMPL postsolve routine would be nice.
The text was updated successfully, but these errors were encountered:
Issue created by migration from Trac.
Original creator: @svigerske
Original creation time: 2011-03-25 17:25:24
Since https://projects.coin-or.org/CoinUtils/changeset/1389/trunk
the gmpl reader in CoinMpsIO does not free the GMPL pointer after usage anymore, but keeps it in a global variable, which the user has to remember to free.
Would be nice to have a variant where the GMPL pointer is stored in the CoinMpsIO object and freed in the destructor.
Also a CoinMpsIO method to call the GMPL postsolve routine would be nice.
The text was updated successfully, but these errors were encountered: