Skip to content

Commit 50c392c

Browse files
committed
URLs cleaned up
1 parent 0f7343d commit 50c392c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Treewidth implementations are used in various contexts. For example, compilers a
5050
### Exact
5151

5252
- [PACE 2017 bonus instances](https://github.com/PACE-challenge/Treewidth-PACE-2017-bonus-instances) – this should be a fresh challenge even for the PACE 2017 winning solvers
53-
- [PACE 2017 competition instances](https://github.com/PACE-challenge/PACE-2017-TrackA-instances)
53+
- [PACE 2017 competition instances](https://github.com/PACE-challenge/Treewidth-PACE-2017-instances)
5454
- [Named graphs](https://github.com/freetdi/named-graphs.git) contributed by Lukas Larisch
5555
- [Control flow graphs](https://github.com/freetdi/CFGs.git) contributed by Lukas Larisch
5656

5757
### Heuristic
5858

59-
- [PACE 2017 competition instances](https://github.com/PACE-challenge/PACE-2017-TrackA-instances)
59+
- [PACE 2017 competition instances](https://github.com/PACE-challenge/Treewidth-PACE-2017-instances)
6060
- [UAI 2014 probabilistic inference competition graphs](https://github.com/PACE-challenge/UAI-2014-competition-graphs)
6161
- [SAT competition graphs](http://people.mmci.uni-saarland.de/~hdell/pace17/SAT-competition-gaifman.tar)
6262
- [Transit graphs](https://github.com/daajoe/transit_graphs) contributed by Johannes Fichte
@@ -65,7 +65,7 @@ Treewidth implementations are used in various contexts. For example, compilers a
6565

6666
## Validity checker
6767

68-
The validity checker [td-validate](https://github.com/holgerdell/td-validate/) verifies that a given tree decomposition (specified in the .td file format) is indeed a valid tree decomposition of a given graph (specified in the .gr format).
68+
The validity checker [td-validate](https://github.com/holgerdell/td-validate) verifies that a given tree decomposition (specified in the .td file format) is indeed a valid tree decomposition of a given graph (specified in the .gr format).
6969

7070
The validity checker also comes with an automatic tester `autotest-tw-solver.py` that can automatically test a given exact treewidth solver by running it on all graphs with min-degree 3 and at most 8 vertices.
7171

0 commit comments

Comments
 (0)