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
GMPL model files without data section can exist. Unfortunately method CoinMpsIO::readGMPL either wants a data section or a data file to be given. Otherwise it terminates.
Data sections are not necessary in the following cases
parameters are fully specified in the model section
data is generated via random number generator
data is read via the table IN statement from a file or a SQL data base
Please, check the appended patch file.
You can also have a look at the differences under the following URL
[http://glpk.dyndns.org/viewvc/svn/coin-or/tags/coin-Osi-Y99/CoinUtils/src/CoinMpsIO.cpp?59f4d6c83d=376&726397de14=368&view=diff]
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 03:30:55
Assignee: @mjsaltzman
Version: 0.99
GMPL model files without data section can exist. Unfortunately method CoinMpsIO::readGMPL either wants a data section or a data file to be given. Otherwise it terminates.
Data sections are not necessary in the following cases
Please, check the appended patch file.
You can also have a look at the differences under the following URL
[http://glpk.dyndns.org/viewvc/svn/coin-or/tags/coin-Osi-Y99/CoinUtils/src/CoinMpsIO.cpp?59f4d6c83d=376&726397de14=368&view=diff]
Best regards
Xypron
The text was updated successfully, but these errors were encountered: