Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator !=
Method
operator !=
gecode/kernel/core.hpp:5067–5070 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5065
return id() == g.id();
5066
}
5067
forceinline bool
5068
PropagatorGroup::operator !=(PropagatorGroup g) const {
5069
return id() != g.id();
5070
}
5071
5072
forceinline PropagatorGroup&
5073
PropagatorGroup::move(Space& , Propagator& p) {
Callers
nothing calls this directly
Calls
2
id
Function · 0.50
id
Method · 0.45
Tested by
no test coverage detected