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

Function pathmin_t

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

Path minimum for capacity pointer structure

Source from the content-addressed store, hash-verified

553 }
554 /// Path minimum for capacity pointer structure
555 forceinline int
556 pathmin_t(const HallInfo hall[], int i) {
557 while (hall[i].t < i)
558 i = hall[i].t;
559 return i;
560 }
561 //@}
562
563 /**

Callers 2

lbcMethod · 0.70
ubcMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected