Re: [gecode-users] Optimizing the constraint

2009-04-06 Thread Guido Tack
Jeffrey wrote: > I'm optimizing my constraints with Gist at the moment. I assume you mean that you use Gist in Branch-and-Bound mode, using a constrain method in your model (or something similar to the MinimizeExample or MaximizeExample classes). > I've found that there are lots of pruned tr

[gecode-users] Optimizing the constraint

2009-04-06 Thread Jeffrey
I'm optimizing my constraints with Gist at the moment. I've found that there are lots of pruned tree on the left hand side. These trees may span up to 4-5 levels. Unfortunately, when I trigger gist to print out the dead node, I didn't find any values that is making any constraints failed. I had tr