Hello,

I had this function before when using Gecode 1.3.1

void rel_intset_setoptype_intset_setreltype_setvar(Space *home, const IntSet
*x, SetOpType op, const IntSet *y, SetRelType r, SetVar *z)
{
  //Gecode::rel(home, *x, op, *y, r, *z); ???
}

How can I port it to Gecode 2.0.0?
Thank you
-- 
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