/** * Order Independence Property Tests for Seed-Bounded Graph Sampling * * Validates: V_S is independent of priority function π (only order changes). * * The set of visited vertices is determined solely by graph structure and seed * positions, not by the priority function used to order expansions. */ export {}; //# sourceMappingURL=order-independence.unit.test.d.ts.map