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

OsiSolverInterface::readGMPL() does not support keeping names #74

Open
svigerske opened this issue Mar 2, 2019 · 1 comment
Open

OsiSolverInterface::readGMPL() does not support keeping names #74

svigerske opened this issue Mar 2, 2019 · 1 comment
Labels
bug Something isn't working OsiGlpk

Comments

@svigerske
Copy link
Member

Issue created by migration from Trac.

Original creator: xypron

Original creation time: 2008-12-24 06:03:22

Assignee: @mjsaltzman

Version: 0.99

When reading a GMPL model it is convenient to keep the row and column names.
The only patch require here is to set the appropriate flag:
int numberErrors = m.readGMPL(filename,dataname,true);

Unfortunately there are some bugs in CoinMpsIO::readGMPL() that have to be fixed first.

The cumulative patches needed can be found at
[http://glpk.dyndns.org/viewvc/svn/coin-or/tags/coin-Osi-Y99/CoinUtils/src/CoinMpsIO.cpp?view=diff&59f4d6c83d=377&726397de14=368&diff_format=h]

Best regards

Xypron

@svigerske svigerske added bug Something isn't working major OsiGlpk labels Mar 2, 2019
@svigerske
Copy link
Member Author

Attachment CoinMpsIO.cpp.patch by xypron created at 2008-12-24 06:06:09

fix keeping of column names

@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
bug Something isn't working OsiGlpk
Projects
None yet
Development

No branches or pull requests

1 participant