/** * Universality (Implicit Degeneracy) Tests for Path Salience Ranking * * Validates: Same formula works on all graph classes. * * The path salience ranking formula degenerates correctly to produce * meaningful results on various graph types without special configuration: * - Directed and undirected graphs * - Weighted and unweighted edges * - Heterogeneous node types * - Heterogeneous edge types * - Multigraphs (multiple edges between same nodes) */ export {}; //# sourceMappingURL=universality.unit.test.d.ts.map