| 459 | #ifdef GECODE_HAS_CBS |
| 460 | template<class View> |
| 461 | void |
| 462 | Bnd<View>::solndistrib(Space& home, Propagator::SendMarginal send) const { |
| 463 | cbsdistinct(home,this->id(),x,send); |
| 464 | } |
| 465 | |
| 466 | template<class View> |
| 467 | void |
nothing calls this directly
no test coverage detected