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

Method LocalObject

gecode/kernel/core.hpp:3769–3773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3767 }
3768
3769 forceinline
3770 LocalObject::LocalObject(Home home) {
3771 (void) home;
3772 ActorLink::cast(this)->prev(nullptr);
3773 }
3774
3775 forceinline
3776 LocalObject::LocalObject(Space&, LocalObject&) {

Callers

nothing calls this directly

Calls 1

prevMethod · 0.45

Tested by

no test coverage detected