MCPcopy Create free account
hub / github.com/Gecode/gecode / pathmax_t

Function pathmax_t

gecode/int/gcc/bnd-sup.hpp:578–584  ·  view source on GitHub ↗

Path maximum for capacity pointer structure

Source from the content-addressed store, hash-verified

576 }
577 /// Path maximum for capacity pointer structure
578 forceinline int
579 pathmax_t(const HallInfo hall[], int i) {
580 while (hall[i].t > i) {
581 i = hall[i].t;
582 }
583 return i;
584 }
585 /// Path maximum for stable set pointer structure
586 forceinline int
587 pathmax_s(const HallInfo hall[], int i) {

Callers 2

lbcMethod · 0.70
ubcMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected