- Sep 21, 2023
-
-
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
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Sep 11, 2023
-
-
Lionel GUEZ authored
This is not needed for further processing of the graph.
-
Lionel GUEZ authored
Run `trajectories.py` from a graph-tool file which does not contain all the properties.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Add option `--debug` to write all properties to output files. The properties which are not always written are not needed for further processing of the graph. To implement the option, we define variables for properties, so we revert in part commit 2e3c6606.
-
- Sep 08, 2023
-
-
Lionel GUEZ authored
Instead of reading it from standard input.
-
Lionel GUEZ authored
Instead of reading it from a separate file.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The idea is to favor long trajectories.
-
Lionel GUEZ authored
Preparing for more complex script.
-