Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  how to set the thread count

    Posted 04/19/12 05:32 AM

    Originally posted by: SongYang


    Hi all,
    I want to let my .mod file to use fixed number of threads to run it. How can I do that?
    my way is to write an execute script, expressing threads=1. But it is not right?
    Will you help me?
    Thanks in advance.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: how to set the thread count

    Posted 04/19/12 10:53 AM
    execute
    {
      cplex.threads=1;
    }
    


    should work
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: how to set the thread count

    Posted 04/19/12 11:13 AM

    Originally posted by: SongYang


    Thanks a lot.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer