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

Method domainsizesum

gecode/int/distinct/dom.hpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85 template<class View>
86 void
87 Dom<View>::domainsizesum(Propagator::InDecision in, unsigned int& size,
88 unsigned int& size_b) const {
89 cbssize(x,in,size,size_b);
90 }
91#endif
92
93

Callers

nothing calls this directly

Calls 1

cbssizeFunction · 0.85

Tested by

no test coverage detected