00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef GC_VALNEARCENTER_HH_
00021 #define GC_VALNEARCENTER_HH_
00022
00023 #include "gecode/int.hh"
00024 #include "biu/LatticeFrame.hh"
00025
00026 namespace cpsp
00027 {
00028 namespace gecode
00029 {
00030
00031 class GC_ValNearCenter
00032 {
00033 public:
00037 static const biu::LatticeFrame* latFrame;
00038
00040 int val(const Gecode::Space* home, Gecode::Int::IntView x) const;
00041
00043 Gecode::ModEvent
00044 tell( Gecode::Space* home, unsigned int a,
00045 Gecode::Int::IntView x, int n);
00046 };
00047
00048 }
00049 }
00050
00051 #endif