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

Postprocessing of GMPL models #70

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

Postprocessing of GMPL models #70

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

Comments

@svigerske
Copy link
Member

Issue created by migration from Trac.

Original creator: xypron

Original creation time: 2008-12-22 05:15:25

Assignee: @mjsaltzman

Version: 0.96.1

GMPL can be used to define models, which can be imported via method OsiSolverInterface->readGMPL.

GMPL can also be used to define post processing, which can be used for efficient output of the results of an optimization run.

Unfortunately method readGMPL always calls mpl_terminate(gmpl). Hence it is not possible to execute the postprocessing of the GMPL model.

I suggest to add an optional parameter to readGMPL which allows to keep the model opened and a new method to OsiSolverInterface to execute the postprocessing phase in GLPK.

@svigerske
Copy link
Member Author

Comment by ub created at 2009-01-23 22:00:25

I think this would be great! I would like to be able to use cbc and/or symphony with MathProg including the postprocessing. Therefore I second this proposal.

Ulf Brännlund

@svigerske
Copy link
Member Author

See also coin-or/CoinUtils#63

@svigerske svigerske removed the major label Mar 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Osi Base Class
Projects
None yet
Development

No branches or pull requests

1 participant