Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gmpl reader keeps gmpl pointer in global variable #63

Open
svigerske opened this issue Mar 2, 2019 · 0 comments
Open

gmpl reader keeps gmpl pointer in global variable #63

svigerske opened this issue Mar 2, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@svigerske
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant