update
This commit is contained in:
parent
0af91eac3c
commit
b0590b4d62
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ class Solver_TSP:
|
|||
self.evaluate_solution()
|
||||
self._gap()
|
||||
if verbose:
|
||||
print(f"### solution found with {self.gap} ####")
|
||||
print(f"### solution found with {self.gap} % gap ####")
|
||||
self._gap()
|
||||
if return_value:
|
||||
return self.solution
|
||||
|
|
Reference in a new issue