Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Error with CPLEX 12.5 and MATLAB 2010a

    Posted 01/25/13 02:13 PM

    Originally posted by: YongCheng@TUDarmstadt


    Dear All,

    I try to use CPLEX 12.5 (the academic version) with MATLAB 2010a. However, I constantly get the error:

    CPLEX Error: 1426, Low-level file I/O error A low-level error occurred during input or output of a file.

    Can anyone tell me what does that mean? Thanks!

    By the way, all my codes run fine with CPLEX 12.4 and MATLAB 2010a.
    Yong
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Error with CPLEX 12.5 and MATLAB 2010a

    Posted 01/28/13 02:00 PM

    Originally posted by: SystemAdmin


    What kind of file are you trying to read?
    Could you post that file here?
    Do you have a backtrace for that error or can you tell which function triggers that error?
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Error with CPLEX 12.5 and MATLAB 2010a

    Posted 01/28/13 03:03 PM

    Originally posted by: YongCheng@TUDarmstadt


    Thanks!

    I'm not reading any file. I'm not using any external data.

    Error occurs at the first line:

    >> cplex = Cplex('SOCPProb');
    By the way, I'm using Windows-7, 64 bit.
    Yong
    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: Error with CPLEX 12.5 and MATLAB 2010a

    Posted 01/30/13 08:10 AM

    Originally posted by: SystemAdmin


    I cannot reproduce this here :-(
    Looking at the source code I don't even see why CPLEX would try to open a file here. Do you have a backtrace for this error? Even if the backtrace is only a few frames into matlab it might be helpful.
    #CPLEXOptimizers
    #DecisionOptimization