Decision Optimization

Decision Optimization

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

 View Only
  • 1.  Constraint Class; TSP

    Posted Tue November 20, 2012 11:37 AM

    Originally posted by: SystemAdmin


    Hi there,

    I'm coding TSPTW, and I need to embed subtour elimination constraint. However, I have to write it on my own as a class, contrary to already existing constraints like AllDifferent. I need to see and compile some little examples (in a problem) to figure out how the whole thing works. I should learn how to define constraint classes. Would you please give me such examples?

    Thanks.
    #CPOptimizer
    #DecisionOptimization


  • 2.  Re: Constraint Class; TSP

    Posted Thu November 22, 2012 11:39 AM

    Originally posted by: SystemAdmin


    In the CP Optimizer Extensions User’s Manual, the chapter "Writing complex custom constraints" contains all the details you need for designing your own constraints in CP Optimizer.

    Philippe
    #CPOptimizer
    #DecisionOptimization


  • 3.  Re: Constraint Class; TSP

    Posted Thu November 22, 2012 05:38 PM

    Originally posted by: SystemAdmin


    Thanks! ;)
    #CPOptimizer
    #DecisionOptimization