Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Out of memory problem?

    Posted 07/10/12 09:18 PM

    Originally posted by: pnuzyf


    Hi,

    The attached is my test model.

    When I add the following constraint, the out of memory message comes out. In fact, the number of constraints and binary variables is not so large.
    forall (<m,n> in Links, i in Channels)
    {
    c28:
    X<m,n>[i] - sum (<p,q> in Interference<m,n>) X <p,q>[i] <= 0;
    }

    What is the reason? Anyone who can give me a hand? Thanks in advance!
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Out of memory problem?

    Posted 07/30/12 07:54 AM

    Originally posted by: SystemAdmin


    What version of OPL are you using?
    Are you running with oplrun or the IDE?
    When is it crashing? during solve, during generation, postprocess...?
    #DecisionOptimization
    #OPLusingCPLEXOptimizer