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

Method in

gecode/kernel/core.hpp:5018–5021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5016 Group::Group(unsigned int gid0) : gid(gid0) {}
5017
5018 forceinline bool
5019 Group::in(Group actor) const {
5020 return (gid == GROUPID_ALL) || (gid == actor.gid);
5021 }
5022
5023 forceinline bool
5024 Group::in(void) const {

Callers 5

core.cppFile · 0.45
core.hppFile · 0.45
operator ++Method · 0.45
operator ()Method · 0.45
print.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected