import numpy as np def heuristics(distance_matrix: np.ndarray) -> np.ndarray: """TSP-GLS Heuristic""" # It's bad to include long edges in the solution return distance_matrix