- 08 Sep, 2021 2 commits
- 03 Sep, 2021 8 commits
- 01 Sep, 2021 7 commits
-
-
sguazt authored
-
sguazt authored
-
sguazt authored
-
sguazt authored
-
sguazt authored
-
sguazt authored
-
sguazt authored
Major change: 'benchmark_t' class now accepts as input a 'graph_generator_t' object that define a policy for generating graphs in the runs of a benchmark (e.g., either generated different graphs in each run or use the same over all runs).
-
- 24 Aug, 2021 1 commit
-
-
sguazt authored
Bug fix: in the 'check_graph()' function, don't assume that triples in graph edge '(r,c)' and the specular triples in graph edge '(c,r)' are arranged in the same order (e.g., '(r,c)[k].dist == -(c,r)[k].dist') since some algorithms (e.g., Floyd-Warshall) sort triples in the edges by their distance, thus invalidating that assumption. To fix that, we now perform a scan of specular triples in '(c,r)'.
-
- 23 Aug, 2021 6 commits
- 23 Feb, 2020 2 commits
-
-
sguazt authored
Fixed a problem with std::getline(). Added concept of working graph and the possibility to use as working graph either the input graph or the minimal graph. Added menu options to save/show either the input graph or the working graph. Added interval-interval structural query option
-
sguazt authored
-
- 21 Feb, 2020 1 commit
-
-
sguazt authored
-
- 07 Feb, 2020 2 commits
- 05 Feb, 2020 3 commits
- 29 Jan, 2020 3 commits
- 25 Oct, 2019 5 commits
-
-
sguazt authored
-
sguazt authored
-
sguazt authored
[new] Test: added test program to propagate constraints in a minimal network multiple times (useful to study convergence properties)
-
sguazt authored
[change] UI console: added removal of constraints; improved the UI for changing graphs; added the option to use the minimal network as input graph
-
sguazt authored
[change] UI console: added removal of constraints; improved the UI for changing graphs; added the option to use the minimal network as input graph
-