[gecode-users] Help me with Maximum density still life in Gecode

Christian Schulte cschulte at kth.se
Mon Oct 5 22:38:08 CEST 2009


Please, post only once. C

 

--

Christian Schulte, www.ict.kth.se/~cschulte/

 

From: users-bounces at gecode.org [mailto:users-bounces at gecode.org] On Behalf
Of trinh cong quy
Sent: Monday, October 05, 2009 10:34 PM
To: users at gecode.org
Subject: [gecode-users] Help me with Maximum density still life in Gecode

 

Hi All,

I am stuck on this Maximum density still life problem with Gecode. I use
this constraint 
              post(*this,
tt(imp(m(i-1,j-1)+m(i-1,j)+m(i-1,j+1)+m(i,j-1)+m(i,j+1)+m(i+1,j-1)+m(i+1,j)+
m(i+1,j+1) == 3,m(i,j)==1)));
              post(*this,
tt(imp(m(i-1,j-1)+m(i-1,j)+m(i-1,j+1)+m(i,j-1)+m(i,j+1)+m(i+1,j-1)+m(i+1,j)+
m(i+1,j+1) <  2,m(i,j)==0)));
              post(*this,
tt(imp(m(i-1,j-1)+m(i-1,j)+m(i-1,j+1)+m(i,j-1)+m(i,j+1)+m(i+1,j-1)+m(i+1,j)+
m(i+1,j+1) >  3,m(i,j)==0)));

However, it is only with 7*7 board. For 8*8 board, my program run very
slowly. I am trying to improve by dividing the board into 3*3 squares but
still do not have solution

Anyone give suggestion, Thank you very much!!!! 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.ps.uni-sb.de/pipermail/users/attachments/20091005/e593fd92/attachment.htm>


More information about the gecode-users mailing list