Re: [gecode-users] Display the values of a set of variable without duplicates

2013-06-01 Thread Guido Tack
ers-boun...@gecode.org] On Behalf > Of Amina Kemmar > Sent: Friday, May 31, 2013 10:00 AM > To: users@gecode.org > Subject: [gecode-users] Display the values of a set of variable without > duplicates > > Hello, > > I already asked for the following problem: > > Acco

Re: [gecode-users] Display the values of a set of variable without duplicates

2013-05-31 Thread Christian Schulte
- From: users-boun...@gecode.org [mailto:users-boun...@gecode.org] On Behalf Of Amina Kemmar Sent: Friday, May 31, 2013 10:00 AM To: users@gecode.org Subject: [gecode-users] Display the values of a set of variable without duplicates Hello, I already asked for the following problem: According to the

[gecode-users] Display the values of a set of variable without duplicates

2013-05-31 Thread Amina Kemmar
Hello, I already asked for the following problem: According to the variables defined in our model (x,y,z,k), I obtained the following solutions : 1,1,2,3 1,1,5,6 1,1,7,9 1.1,8,8 I am interested to the values of the two variable x and y, so I want to avoid the enumeration of the three last

Re: [gecode-users] Display the values of a set of variable without duplicates

2013-05-12 Thread Christian Schulte
Sunday, May 12, 2013 2:28 PM > To: users@gecode.org > Subject: [gecode-users] Display the values of a set of variable without duplicates > > Hello, > > According to the variables defined in our model (x,y,z,k), I obtained the > following solutions : > > 1,1,2,3

[gecode-users] Display the values of a set of variable without duplicates

2013-05-12 Thread Kemmar Amina
Hello, According to the variables defined in our model (x,y,z,k), I obtained the following solutions : 1,1,2,3 1,1,5,6 1,1,7,9 1.1,8,8 I am interested to the values of the two variable x and y, so I want to avoid the enumeration of the three last solution in order to display just the first