Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ type
Method
type
gecode/int/task/event.hpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
forceinline Event::Type
42
Event::type(void) const {
43
return static_cast<Type>(ei & 7);
44
}
45
forceinline int
46
Event::time(void) const {
47
return t;
Callers
5
operator <
Method · 0.45
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