Skip to content
Snippets Groups Projects
Commit e143921e authored by Matthieu Oberon's avatar Matthieu Oberon
Browse files

improve print

parent f8864f42
No related branches found
No related tags found
No related merge requests found
......@@ -150,4 +150,4 @@ if __name__ == "__main__":
nb_threads=nb_threads, reps=reps)
if Me == 0:
print(f"Le chemin optimal est {path_opti}.")
print(f"Le throughput associé est alors {-1*cost_opti}.")
print(f"Le throughput associé est alors {-1*cost_opti} MPoint/s.")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment