To elaborate: not all integers or unsigned integers are legal values, apparently you try to include an integer into a set or use an integer that is out of limits (see Gecode::Set::Limits).
Christian -- Christian Schulte, www.ict.kth.se/~cschulte/ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mikael Zayenz Lagerkvist Sent: Tuesday, December 09, 2008 7:34 AM To: Mauricio Toro Cc: gecode list Subject: Re: [gecode-users] What is the exception Gecode::Set::OutOfLimits? The exception means exactly what the documentation says: the value you supplied is out of limits. Check the call that you made that throws the exception. /Mikael On Mon, Dec 8, 2008 at 7:58 PM, Mauricio Toro <[EMAIL PROTECTED]> wrote: > Hello, > My program is throwing the exception Gecode::Set::OutOfLimits > what does it mean? > Documentation only says: > Exception: Value out of limits > > thanks > > -- > Mauricio Toro Bermudez > Estudiante de Ingeniería de Sistemas > Pontificia Universidad Javeriana, Colombia > > Stagiare à l'Ircam > 1, place Igor-Stravinsky 75004 Paris, > France de 2008 à 2009 > > _______________________________________________ > Gecode users mailing list > [EMAIL PROTECTED] > https://www.gecode.org/mailman/listinfo/gecode-users > > -- Mikael Zayenz Lagerkvist, http://www.ict.kth.se/~zayenz/ _______________________________________________ Gecode users mailing list [EMAIL PROTECTED] https://www.gecode.org/mailman/listinfo/gecode-users _______________________________________________ Gecode users mailing list [EMAIL PROTECTED] https://www.gecode.org/mailman/listinfo/gecode-users
