Decision Optimization

Decision Optimization

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


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

    Posted 08/14/08 06:57 PM

    Originally posted by: SystemAdmin


    [shadi said:]

    hi
    Objective: solve the problem "out of memory"

    i want to limit the  Memory requirements so i want to store on the disk when the size grows to
    larger than the size specified by option workmem, i used the following code:

        ipConfig.cplex.workmem=1800;
        ipConfig.cplex.nodefileind=2;
        ipConfig.cplex.workdir="ILOGTemp";

    but it dosnt work and i get the error "out of memory" again....

    Kshieboun Shadi

    #DecisionOptimization
    #OPLusingCPLEXOptimizer