This commit is contained in:
UmbertoJr 2019-12-02 08:54:55 +01:00
parent 37803af2de
commit 94ab290de2
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class Solver_TSP:
assert local_or_meta in self.available_improvements, f"the {local_or_meta} method is not available currently."
self.methods.append(local_or_meta)
self.name_method += ", improved with " + local_or_meta
'
def pop(self):
self.methods.pop()