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

Method domainsizesum

gecode/int/distinct/bnd.hpp:467–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465
466 template<class View>
467 void
468 Bnd<View>::domainsizesum(Propagator::InDecision in, unsigned int& size,
469 unsigned int& size_b) const {
470 cbssize(x,in,size,size_b);
471 }
472#endif
473
474 template<class View>

Callers

nothing calls this directly

Calls 1

cbssizeFunction · 0.85

Tested by

no test coverage detected