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

Calls

no outgoing calls

Tested by

no test coverage detected