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

Method brancher

gecode/kernel/core.hpp:3356–3359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3354 who = reinterpret_cast<ptrdiff_t>(&p) | PROPAGATOR;
3355 }
3356 forceinline void
3357 ViewTraceInfo::brancher(Brancher& b) {
3358 who = reinterpret_cast<ptrdiff_t>(&b) | BRANCHER;
3359 }
3360 forceinline void
3361 ViewTraceInfo::post(PropagatorGroup g) {
3362 who = (g.id() << 2) | POST;

Callers 13

gf_successFunction · 0.80
gf_successFunction · 0.80
_commitMethod · 0.80
_trycommitMethod · 0.80
printMethod · 0.80
core.cppFile · 0.80
sizeMethod · 0.80
killMethod · 0.80
core.hppFile · 0.80
operator ++Method · 0.80
operator ()Method · 0.80
commitMethod · 0.80

Calls 2

idMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected