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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: