Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  workmem

    Posted 12/23/08 10:46 AM

    Originally posted by: SystemAdmin


    [shadi said:]

    hi
    i still have the problem (out of memory), i think that my solution is related to the parameter workmem,
    that becuase i don't have limitation over time. so  I tried adding following to the code

    ipConfig.cplex.workmem=100000;
    ipConfig.cplex.nodefileind=2;

    but it seems to make no difference at all.

    how i can use these parameters????????????????

    Kshieboun Shadi
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: workmem

    Posted 12/25/08 09:15 PM

    Originally posted by: SystemAdmin


    [jin82873053 said:]

    you Just have to add a .ops file to the project,then you may change paramaters in the ops file.
    the way is same to add a new .mod file or a new .dat file.


    #DecisionOptimization
    #OPLusingCPLEXOptimizer