Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ idx
Method
idx
gecode/int/task/event.hpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
return t;
48
}
49
forceinline int
50
Event::idx(void) const {
51
return static_cast<int>(ei >> 3);;
52
}
53
54
forceinline bool
55
Event::operator <(const Event& e) const {
Callers
4
event.hpp
File · 0.45
timetabling
Function · 0.45
ExecStatus subsumed
Function · 0.45
ExecStatus timetabling
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected