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

Method id

gecode/kernel/core.hpp:3418–3421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3416 const Propagator* p0, Status s0)
3417 : i(i0), g(g0), p(p0), s(s0) {}
3418 forceinline unsigned int
3419 PropagateTraceInfo::id(void) const {
3420 return i;
3421 }
3422 forceinline PropagatorGroup
3423 PropagateTraceInfo::group(void) const {
3424 return g;

Callers 6

postMethod · 0.45
groupMethod · 0.45
brancherMethod · 0.45
core.hppFile · 0.45
operator ==Method · 0.45
operator !=Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected