Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  next() function

    Posted 01/20/09 12:23 PM

    Originally posted by: SystemAdmin


    [shadi said:]

    hi,
    the cp.next() function in my project return duplicated feasible solution for the same trip, how i can solve this problem???


    thanks in advanced
    kshieboun shadi
    #ConstraintProgramming-General
    #DecisionOptimization


  • 2.  Re: next() function

    Posted 02/09/09 04:57 PM

    Originally posted by: SystemAdmin


    [afleischer said:]

    You could try the DepthFirst search

    (To do that you could write

    cp.param.searchType="DepthFirst";

    in an execute block before the subject to block)

    Alex
    #ConstraintProgramming-General
    #DecisionOptimization