Error code 1000@167 in MPSREAD function

I tried converting a "*.mps" file into a "*.mat" one with the MPSREAD function, but I get the following error message:
>> Error using readMPSfile
An unknown error occurred with code 1000@167 in MPSREAD function.
>> Error in mpsread (line 37)
problem.lb,problem.ub,VariableNames,ConstraintNames] = readMPSfile(mpsfile,returnNames);
Does anyone know what this could be about? I'be used the function plenty of times and this is the first time I see an error like that. Do you know where I can find a list of theMPSREAD error codes and their correpsonding meaning?

3 件のコメント

Walter Roberson
Walter Roberson 2021 年 4 月 1 日
Unfortunately, readMPSfile is a .p file so we cannot look inside it :(
Lucrezia Manieri
Lucrezia Manieri 2021 年 4 月 1 日
That's too bad! I was just hoping they provided the list of the errors somehow... thanks anyways!
Walter Roberson
Walter Roberson 2021 年 4 月 1 日
Unfortunately the code referenced there seems to be timing out when I attempt to access it, and Internet Archive generates errors when I go to check there.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Type Conversion についてさらに検索

質問済み:

2021 年 4 月 1 日

コメント済み:

2021 年 4 月 1 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by