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 an MPS file, the objective sense is not parsed. The objective sense has to been passed to fromMPS as a parameter before reading the instance.
I would like add to the readMPS method to parse the objective sense, if it is specified in the file. If the objective sense is not specified, then the sense defaults to LpMinimize.
The text was updated successfully, but these errors were encountered:
Describe the new feature
When reading an MPS file, the objective sense is not parsed. The objective sense has to been passed to
fromMPS
as a parameter before reading the instance.I would like add to the
readMPS
method to parse the objective sense, if it is specified in the file. If the objective sense is not specified, then the sense defaults toLpMinimize
.The text was updated successfully, but these errors were encountered: