[gecode-users] What is the exception Gecode::Set::OutOfLimits?

Christian Schulte cschulte at kth.se
Tue Dec 9 08:12:17 CET 2008


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: users-bounces at gecode.org [mailto:users-bounces at gecode.org] 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 <mauriciotorob at gmail.com>
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
> users at gecode.org
> https://www.gecode.org/mailman/listinfo/gecode-users
>
>



-- 
Mikael Zayenz Lagerkvist, http://www.ict.kth.se/~zayenz/

_______________________________________________
Gecode users mailing list
users at gecode.org
https://www.gecode.org/mailman/listinfo/gecode-users





More information about the gecode-users mailing list