Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Stuck in search!

    Posted 11/12/13 10:08 AM

    Originally posted by: CP-Man


    Hi everyone,

    I'm trying to implement LDS in Shaw (1998) for my routing problem. I developed the algorithm form my own problem, and debugged it many times. It seems to be correct, however, it returns "No feasible solution found" all the time. I'm sure my variable and value selection algorithms are not the problem since I debugged them as well, and also replacing them with other things like: IlcInt var = IlcChooseMinSizeInt(x);   IlcInt val = x[var].getMin(); returns the same result!

     

    I've been thinking about every little thing for very long, however, came up with nothing. Would you please let me know how I could resolve this, or if you've had such an experience using ILOGOAL?

     

    Thanks!


    #CPOptimizer
    #DecisionOptimization


  • 2.  Re: Stuck in search!

    Posted 11/12/13 12:53 PM

    Originally posted by: ChrisBr


    Hello,

    You might have a look to User's Manual
    http://pic.dhe.ibm.com/infocenter/cosinfoc/v12r5/index.jsp
    CP Optimizer > CP Optimizer Extensions User²s Manual > Writing goals > Writing your own goal
    and especially at:
    CP Optimizer > CP Optimizer Extensions User²s Manual > Writing goals > Writing your own goal > Using ILOCPGOALWRAPPER to wrap the goals

    You may have a look also at this thread which seems to be related to your concern:
    https://www.ibm.com/developerworks/community/forums/html/topic?id=48088bcc-2a46-45a8-b3d9-c3edf63e418e&ps=25

    Nevertheless, if you still need some help, you might have to give us more information (how is your goal written for example).

    I hope this helps,

    Chris.
     


    #CPOptimizer
    #DecisionOptimization


  • 3.  Re: Stuck in search!

    Posted 11/25/13 09:40 AM

    Originally posted by: CP-Man


    Thanks Chris for the reply.

     

    I tried the algorithm from the link above, exactly as it is (everything is the same, the search, value and variable selections, etc). I merely customized it to my problem. However, it keeps returning me the same result! I wonder if it's due to an inconsistency or something?

     

    Thanks!


    #CPOptimizer
    #DecisionOptimization


  • 4.  Re: Stuck in search!

    Posted 11/25/13 11:40 AM

    Originally posted by: ChrisBr


    Hello Hossein,

    Yes, the fact that the engine doesn't find any solution can come from an inconsistency (or from a limit reached).
    I suggest to try the Conflict Refiner.
           CP Optimizer > CP Optimizer C++ API Reference Manual > Concepts > Conflict Refiner in CP Optimizer
    If this doesn't help, please send us your model.

    Regards,

    Chris.
     


    #CPOptimizer
    #DecisionOptimization