MCPcopy Create free account
hub / github.com/Gecode/gecode / operator ++

Method operator ++

gecode/kernel/core.hpp:4050–4055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4048
4049 template<class A>
4050 forceinline void
4051 Advisors<A>::operator ++(void) {
4052 do {
4053 a = a->next();
4054 } while ((a != nullptr) && static_cast<A*>(a)->disposed());
4055 }
4056
4057 template<class A>
4058 forceinline A&

Callers

nothing calls this directly

Calls 7

disposedMethod · 0.80
groupMethod · 0.80
propagatorMethod · 0.80
brancherMethod · 0.80
nextMethod · 0.45
emptyMethod · 0.45
inMethod · 0.45

Tested by

no test coverage detected