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

Method update

gecode/kernel/core.hpp:3804–3807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3802 forceinline void
3803 LocalHandle::object(LocalObject* n) { o = n; }
3804 forceinline void
3805 LocalHandle::update(Space& home, LocalHandle& lh) {
3806 object(lh.object()->fwd(home));
3807 }
3808
3809
3810 /*

Callers

nothing calls this directly

Calls 13

ptrsplitFunction · 0.85
ptrjoinFunction · 0.85
fwdMethod · 0.80
disposedMethod · 0.80
propagatorMethod · 0.80
actorNonZeroMethod · 0.80
actorMethod · 0.80
forwardMethod · 0.80
objectMethod · 0.45
nextMethod · 0.45
prevMethod · 0.45
next_refMethod · 0.45

Tested by

no test coverage detected