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

Method operator ==

gecode/kernel/core.hpp:5063–5066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5061 }
5062
5063 forceinline bool
5064 PropagatorGroup::operator ==(PropagatorGroup g) const {
5065 return id() == g.id();
5066 }
5067 forceinline bool
5068 PropagatorGroup::operator !=(PropagatorGroup g) const {
5069 return id() != g.id();

Callers

nothing calls this directly

Calls 2

idFunction · 0.50
idMethod · 0.45

Tested by

no test coverage detected