Decision Optimization

Decision Optimization

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

 View Only
  • 1.  Setting a memory limit?

    Posted Tue July 16, 2019 11:20 AM

    Originally posted by: Kyle_Coventry


    Hello,

    I was wondering if there was a way to set a general memory limit for the process (root + search) in CP Optimizer. Looking for something similar to CPLEX's tree memory limit parameters.

    Thanks,

    Kyle


    #CPOptimizer
    #DecisionOptimization


  • 2.  Re: Setting a memory limit?

    Posted Tue July 16, 2019 11:44 AM

    Originally posted by: ChrisBr


    Hello Kyle,
    There are several parameters on IloCP used to limit the search tree : FailLimit, ChoicePointLimit, BranchLimit, SolutionLimit, FailureDirectedSearchMaxMemory ...
    see parameters doc.
    Regards,
    Chris.

     


    #CPOptimizer
    #DecisionOptimization


  • 3.  Re: Setting a memory limit?

    Posted Tue July 16, 2019 11:53 AM

    Originally posted by: Kyle_Coventry


    Thanks Chris.

    I saw those parameters previously, but was looking for something at a higher level that would have the solve terminated once it consumed a pre-specified amount of memory. Each of the parameters you have mentioned would have me restrict the search in an undesired way.

    Ideally something like this would be available: https://www.ibm.com/support/knowledgecenter/SSSA5P_12.6.0/ilog.odms.cplex.help/CPLEX/Parameters/topics/TreLim.html

    Kyle

     


    #CPOptimizer
    #DecisionOptimization


  • 4.  Re: Setting a memory limit?

    Posted Tue July 16, 2019 01:25 PM

    Originally posted by: ChrisBr


    We don't have any other parameter about the memory usage, sorry.
    Regards,
    Chris.


    #CPOptimizer
    #DecisionOptimization