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

Method next_ref

gecode/kernel/core.hpp:3166–3169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3164 }
3165
3166 forceinline ActorLink**
3167 ActorLink::next_ref(void) {
3168 return &_next;
3169 }
3170
3171 forceinline void
3172 ActorLink::prev(ActorLink* al) {

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected