Re: [gecode-users] compiler memory problem

2008-11-20 Thread Patrik Haslum
c that much I don't know whether this version is a bad one. >> >> Cheers >> Christian >> >> -- >> Christian Schulte, www.ict.kth.se/~cschulte/ >> >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On >&g

Re: [gecode-users] compiler memory problem

2008-11-20 Thread Tias Guns
slum > Sent: Thursday, November 20, 2008 9:26 AM > To: [EMAIL PROTECTED] > Subject: [gecode-users] compiler memory problem > > > Hi, > > I've written a custom propagator. It is based on one of the existing > templates, Gecode:BinaryPropagator, with an array of boolean

Re: [gecode-users] compiler memory problem

2008-11-20 Thread Christian Schulte
ehalf Of Patrik Haslum Sent: Thursday, November 20, 2008 9:26 AM To: [EMAIL PROTECTED] Subject: [gecode-users] compiler memory problem Hi, I've written a custom propagator. It is based on one of the existing templates, Gecode:BinaryPropagator, with an array of boolean views as the template

[gecode-users] compiler memory problem

2008-11-20 Thread Patrik Haslum
Hi, I've written a custom propagator. It is based on one of the existing templates, Gecode:BinaryPropagator, with an array of boolean views as the template argument. It works, but the compiler (g++ 4.1.2) is having serious trouble with the code: if I try to use any compiler optimisation (tha