Re: [gecode-users] Help with count method in script

2007-09-20 Thread George Rudolph
TED] > Subject: Re: [gecode-users] Help with count method in script > > On 9/20/07, George Rudolph <[EMAIL PROTECTED]> wrote: > > I would like help with the following Gecode/J script. > > As indicated below, when I uncomment the calls to count > > and run the script, i

Re: [gecode-users] Help with count method in script

2007-09-20 Thread Mikael Zayenz Lagerkvist
On 9/20/07, George Rudolph <[EMAIL PROTECTED]> wrote: > I would like help with the following Gecode/J script. > As indicated below, when I uncomment the calls to count > and run the script, it fails--but I am expecting two results. > What am I doing incorrectly? > (Note: For those it may interest,

[gecode-users] Help with count method in script

2007-09-20 Thread George Rudolph
I would like help with the following Gecode/J script. As indicated below, when I uncomment the calls to count and run the script, it fails--but I am expecting two results. What am I doing incorrectly? (Note: For those it may interest, I am using Gecode/J with Eclipse.) - begin code ---