Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  MIP error

    Posted 12/08/09 04:23 PM

    Originally posted by: msuon


    Hello,

    i m solving a big MIP with OPL 6.3 / CPLEX 12.1

    in the end of the optimisation, i got this message error:
    Error 1013: Bad parameter number for CPLEX parameter routine

    The engine log ends by:
    Warning: MIP starts not constructed because of out-of-memory status


    I ve copied/pasted the engine log:

    Tried aggregator 2 times.
    MIP Presolve eliminated 104843 rows and 812260 columns.
    MIP Presolve modified 23866 coefficients.
    Aggregator did 25434 substitutions.
    Reduced MIP has 28358 rows, 45839 columns, and 223039 nonzeros.
    Reduced MIP has 6260 binaries, 0 generals, 0 SOSs, and 0 indicators.
    Presolve time = 3.06 sec.
    Clique table members: 2.
    MIP emphasis: balance optimality and feasibility.
    MIP search method: dynamic search.
    Parallel mode: deterministic, using up to 4 threads.
    Root relaxation solution time = 1.14 sec.

    Nodes Cuts/
    Node Left Objective IInf Best Integer Best Node ItCnt Gap

    0 0 1.93857e+010 577 1.93857e+010 11553
    • 0+ 0 1.99780e+010 1.93857e+010 11553 2.97%
    0 0 1.96634e+010 568 1.99780e+010 Cuts: 8833 20951 1.58%
    0 0 1.96901e+010 491 1.99780e+010 Cuts: 3657 24696 1.44%
    0 0 1.97345e+010 409 1.99780e+010 Cuts: 2372 27303 1.22%
    0 0 1.97393e+010 394 1.99780e+010 Cuts: 1140 28550 1.20%
    0 0 1.97401e+010 416 1.99780e+010 Cuts: 896 29533 1.19%
    0 0 1.97566e+010 469 1.99780e+010 Cuts: 1316 31111 1.11%
    0 0 1.97574e+010 460 1.99780e+010 Cuts: 940 32187 1.10%
    0 0 1.97577e+010 426 1.99780e+010 Cuts: 751 33112 1.10%
    0 0 1.97580e+010 420 1.99780e+010 Cuts: 688 34075 1.10%
    0 2 1.97580e+010 420 1.99780e+010 1.97580e+010 34075 1.10%
    Elapsed real time = 110.39 sec. (tree size = 0.01 MB, solutions = 1)

    There may be further error information in the clone logs.

    Implied bound cuts applied: 844
    Flow cuts applied: 4564
    Gomory fractional cuts applied: 61

    Root node processing (before b&c):
    Real time = 105.23
    Parallel b&c, 4 threads:
    Real time = 29.58
    Sync time (average) = 15.76
    Wait time (average) = 21.86

    Total (root+branch&cut) = 134.81 sec.
    Warning: MIP starts not constructed because of out-of-memory status.
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: MIP error

    Posted 12/10/09 04:07 AM

    Originally posted by: SystemAdmin


    Error 1013 means that you specified an invalid argument to one of the
    parameter setting routines. What API do you use (C, C++, Java, interactive, ...)?
    What parameters do you explicitly set and to which values?
    #CPLEXOptimizers
    #DecisionOptimization