Re: [gecode-users] compiling a new propagator

2009-08-14 Thread Gustavo GutiƩrrez
On 14 Aug 2009, at 15:17, amina kemmar wrote: Hi, I have implemented a constraint named "Aminadistinct(Space& home, const IntVarArgs& x, IntConLevel icl)", I considere just the value consistency, so, I generate the following files: gecode/int/Aminadistinct.hh gecode/int/Aminadistinct.cpp

[gecode-users] compiling a new propagator

2009-08-14 Thread amina kemmar
Hi, I have implemented a constraint named "Aminadistinct(Space& home, const IntVarArgs& x, IntConLevel icl)", I considere just the value consistency, so, I generate the following files: gecode/int/Aminadistinct.hh gecode/int/Aminadistinct.cpp gecode/int/AminaDistinct/val.hpp for the compilation