Decision Optimization

Decision Optimization

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


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

    Posted 09/28/15 09:23 AM

    Originally posted by: sandeepsinghchauhan


    How to access  maximum number of threads to solve any model in Cplex 12.2 version with 4 core, 4 logical processors in my system


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Threads

    Posted 09/28/15 12:00 PM

    Hi,

    documentation says:

    The number of threads that CPLEX may use for any invocation of a parallel algorithm is controlled by the threads parameter (CPX_PARAM_THREADS, Threads). The user may set the value of this parameter from the automatic setting of 0 (zero) to the maximum number of threads available on the system, as long as this value is less than or equal to 512.


    #DecisionOptimization
    #OPLusingCPLEXOptimizer