def heuristics_v1(distance_matrix: np.ndarray) -> np.ndarray:
    return 1 / distance_matrix
