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

Function pathmax_ps

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

Path maximum for potentially stable set pointer structure

Source from the content-addressed store, hash-verified

591 }
592 /// Path maximum for potentially stable set pointer structure
593 forceinline int
594 pathmax_ps(const HallInfo hall[], int i) {
595 while (hall[i].ps > i)
596 i = hall[i].ps;
597 return i;
598 }
599 //@}
600
601}}}

Callers 1

lbcMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected