| 78 | #ifdef GECODE_HAS_CBS |
| 79 | template<class View> |
| 80 | void |
| 81 | Dom<View>::solndistrib(Space& home, Propagator::SendMarginal send) const { |
| 82 | cbsdistinct(home,this->id(),x,send); |
| 83 | } |
| 84 | |
| 85 | template<class View> |
| 86 | void |
nothing calls this directly
no test coverage detected