Re: [gecode-users] Using Linear Constraints

2008-12-01 Thread Max
linear(home,c,xyz,IRT_EQ,0); > > Cheers > Christian > > > -- > Christian Schulte, www.ict.kth.se/~cschulte/ > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Max > Sent: Monday, December 01, 2008 5:24 PM &g

Re: [gecode-users] Using Linear Constraints

2008-12-01 Thread Christian Schulte
: [gecode-users] Using Linear Constraints Hello, as already asked some time ago i still want to speed up my parser building the constraints using linear expressions. Currently i'm doing the following: I got two values (either variables or constant integers) and i want to for example add them: At

[gecode-users] Using Linear Constraints

2008-12-01 Thread Max
Hello, as already asked some time ago i still want to speed up my parser building the constraints using linear expressions. Currently i'm doing the following: I got two values (either variables or constant integers) and i want to for example add them: At first, all Integer Values are converted t