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
_______________________________________________
Gecode users mailing list
[EMAIL PROTECTED]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to