MCPcopy Create free account
hub / github.com/Gecode/gecode / solndistrib

Method solndistrib

gecode/int/distinct/bnd.hpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

cbsdistinctFunction · 0.85
idMethod · 0.45

Tested by

no test coverage detected