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

Function pathmax_s

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

Path maximum for stable set pointer structure

Source from the content-addressed store, hash-verified

584 }
585 /// Path maximum for stable set pointer structure
586 forceinline int
587 pathmax_s(const HallInfo hall[], int i) {
588 while (hall[i].s > i)
589 i = hall[i].s;
590 return i;
591 }
592 /// Path maximum for potentially stable set pointer structure
593 forceinline int
594 pathmax_ps(const HallInfo hall[], int i) {

Callers 1

lbcMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected