From 6db9f6fbe90f313d0677ab3d43d185cd310ea05f Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Mon, 13 Mar 2023 22:29:57 +0100 Subject: [PATCH] Polish --- Trajectories/cost_function.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Trajectories/cost_function.py b/Trajectories/cost_function.py index a176bc9a..fdd28179 100755 --- a/Trajectories/cost_function.py +++ b/Trajectories/cost_function.py @@ -7,14 +7,13 @@ Input: - "e_overestim.txt", expected to be in the current directory -- the graph of segments without cost functions, "segments.gt" or - "segments.graphml", expected to be in the current directory +- the graph of segments without cost functions - the SHPC -Output: the graph of segments with cost functions, -segments_cost_functions.gt or segments_cost_functions.graphml. The -inst_eddies property of vertices is not modified by this script. +Output: the graph of segments with cost functions + +The inst_eddies property of vertices is not modified by this script. """ -- GitLab