Skip to content
Snippets Groups Projects
Commit e96f3e5b authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent b390a3f0
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ import json
import sys
import numpy as np
if len(sys.argv) != 2: sys.exit("Required argument: input-graph")
g = graph_tool.load_graph(sys.argv[1])
traj_prop = g.new_vertex_property('int', val = - 1)
all_cost_functions = g.get_edges([g.edge_properties.cost_function])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment