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

Method solndistrib

gecode/int/distinct/val.hpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155#ifdef GECODE_HAS_CBS
156 template<class View>
157 void
158 Val<View>::solndistrib(Space& home, Propagator::SendMarginal send) const {
159 cbsdistinct(home,this->id(),x,send);
160 }
161
162 template<class View>
163 void

Callers 1

choiceMethod · 0.45

Calls 2

cbsdistinctFunction · 0.85
idMethod · 0.45

Tested by

no test coverage detected