| 240 | : Gecode::VarImp<Gecode::Int::IntVarImpConf>(home,x) {} |
| 241 | |
| 242 | forceinline void |
| 243 | IntVarImpBase::subscribe(Gecode::Space& home, Gecode::Propagator& p, Gecode::PropCond pc, bool assigned, bool schedule) { |
| 244 | Gecode::VarImp<Gecode::Int::IntVarImpConf>::subscribe(home,p,pc,assigned,ME_INT_BND,schedule); |
| 245 | } |
| 246 | forceinline void |
| 247 | IntVarImpBase::subscribe(Gecode::Space& home, Gecode::Advisor& a, bool assigned, bool failed) { |
| 248 | Gecode::VarImp<Gecode::Int::IntVarImpConf>::subscribe(home,a,assigned,failed); |
nothing calls this directly
no test coverage detected