[gecode-users] Naive CCP ask in Gecode

Mauricio Toro mauriciotorob at gmail.com
Mon Mar 10 12:54:39 CET 2008


Hello,
I am trying to do a naive CCP ask in Gecode and
I am getting "Bus error".

The idea is doing this process inside a thread
ask (a = 1) do tell( b = 1)

I am doing it like this:

 while ( not root[i].assigned() ){ };
   if (root[i].val() == 1)
      rel(this, root[j], IRT_EQ, 1);

Any clues why I am getting "Bus error",

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


More information about the gecode-users mailing list