[gecode-users] pointer safe

Mauricio Toro mauriciotorob at gmail.com
Thu May 29 15:28:21 CEST 2008


Hello all,
I would like to know if this functions are "pointer safe",
I was looking at the array implementation and I think
it manage its own memory allocation.

IntVarArray create(Space * h, int size)
{
   return IntVarArray(h,size,1,1000);
}

IntVar * get_IntVar(int pos, IntVarArray array)
{

}

-- 
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.ps.uni-sb.de/pipermail/users/attachments/20080529/6c6ef8e5/attachment.htm>


More information about the gecode-users mailing list