- Oct 09, 2023
-
-
Lionel GUEZ authored
The test is useless in this version since we know `traj_prop[n] == - 1` at the beginning of the iteration, but we are preparing to process phantom patterns.
-
Lionel GUEZ authored
Preparing to process phantom patterns.
-
Lionel GUEZ authored
Define `traj_segm` and `expanded_traj` after the loop on vertices. This is clearer, and we are preparing to process phantom patterns.
-
Lionel GUEZ authored
Preparing to define `traj_segm` and `expanded_traj` out of the loop on vertices.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
- Oct 06, 2023
-
-
Lionel GUEZ authored
Change type of vertex property name in graph-tool graphs from string to int. The option used in function `load_graph_from_csv` requires version >= 2.49 of graph-tool.
-
- Sep 21, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Preparing for a check on the first file.
-
Lionel GUEZ authored
Preparing for another call to this function.
-
Lionel GUEZ authored
-
- Sep 18, 2023
-
-
Lionel GUEZ authored
Check output file suffix at the beginning of the script. No sense going through the calculation if the suffix is wrong.
-
Lionel GUEZ authored
-
- Sep 15, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Do not modify dummy argument x of `plot_distr_funct`.
-
Lionel GUEZ authored
The old algorithm did not give correct results on tests `Greece_trajectories`, `Test_order_edges` and `Traj_component`. We abandon the idea of processing edges in date order. Instead, we now process vertices in topological order.
-
- Sep 13, 2023
-
-
Lionel GUEZ authored
This can happen if the edgelist file is not found.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
`my_subgraphs` is only used inside the test on `"cost_function"`.
- Sep 12, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This can happen if the input graph file contains only an extracted component.
-
Lionel GUEZ authored
Necessary because, with old input files, the graph did not have the property `e_overestim`.
-
Lionel GUEZ authored
Instead of reading it from standard input.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Generalize `extract_component.py` so it can also write a graph in graph-tool or graphml format. This is useful to extract a component of the graph of segments including cost values.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Generalize `extract_component.py` so it can also read a graph in graph-tool or graphml format.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is useful for hacking.
-
Lionel GUEZ authored
The downside is that we store all duration values.
-
Lionel GUEZ authored
Test `args.min_duration` outside the loop on `expanded_traj`. Clearer.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-