Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

cp.next(), MultiPoint

  • 1.  cp.next(), MultiPoint

    Posted Fri October 11, 2013 03:35 PM

    Originally posted by: CP-Man


     

    Hello,

     

    I'm asking this question for a colleague. Could one use cp.next( ) to have all intermediate solution when the search type is MultiPoint.

     

    Thanks


    #CPOptimizer
    #DecisionOptimization


  • 2.  Re: cp.next(), MultiPoint

    Posted Sun October 13, 2013 04:39 PM

    Originally posted by: rdumeur


    Dear CP-Man,

    Using cp.next() with MultiPoint search should provide you intermediate solutions found by this search method.

    But beware, this method is not complete, so do not expect to enumerate the search space. In some cases you may even have duplicate solutions.

    If you simply wish to enumerate the search space, I would advise to use DepthFirst and Workers=1.

    I hope this helps.

    Cheers,


    #CPOptimizer
    #DecisionOptimization


  • 3.  Re: cp.next(), MultiPoint

    Posted Tue October 15, 2013 12:09 PM

    Originally posted by: CP-Man


    Thanks!


    #CPOptimizer
    #DecisionOptimization