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

Method post

gecode/kernel/core.hpp:3360–3363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3358 who = reinterpret_cast<ptrdiff_t>(&b) | BRANCHER;
3359 }
3360 forceinline void
3361 ViewTraceInfo::post(PropagatorGroup g) {
3362 who = (g.id() << 2) | POST;
3363 }
3364 forceinline void
3365 ViewTraceInfo::other(void) {
3366 who = OTHER;

Callers 2

core.hppFile · 0.45
~PostInfoMethod · 0.45

Calls 3

whatFunction · 0.85
PropagatorGroupClass · 0.85
idMethod · 0.45

Tested by

no test coverage detected