Path maximum for potentially stable set pointer structure
| 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 | }}} |