/** * Subpath Optimality (Bellman Property) Tests for Path Salience Ranking * * Validates: Optimal subpaths of optimal paths are themselves optimal. * * While geometric mean doesn't satisfy the classic Bellman optimality principle * (subpaths of optimal paths are not necessarily optimal among all alternatives), * it does satisfy a weaker property: subpaths are optimal among paths of the * same length. */ export {}; //# sourceMappingURL=subpath-optimality.unit.test.d.ts.map