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

Method solndistrib

gecode/int/distinct/dom.hpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

cbsdistinctFunction · 0.85
idMethod · 0.45

Tested by

no test coverage detected