Re: [gecode-users] Custom BranchingDesc

2009-01-20 Thread Guido Tack
Malcolm Ryan wrote: > What is the procedure for creating a custom BranchingDesc? There don't > appear to be any examples which do this. The only requirement is to inherit from BranchingDesc. Then you put everything in the object that you need for the commit operation. > What is the role of th

[gecode-users] Custom BranchingDesc

2009-01-19 Thread Malcolm Ryan
What is the procedure for creating a custom BranchingDesc? There don't appear to be any examples which do this. What is the role of the size() method? If my Branching::description() allocates a new BranchingDesc, when/where should it be deleted? Malcolm _