MCPcopy 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.hppFile · 0.45
timetablingFunction · 0.45
ExecStatus subsumedFunction · 0.45
ExecStatus timetablingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected