Skip to content

Commit 7c6393f

Browse files
authored
Update README.md
1 parent b0da966 commit 7c6393f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This repository contains the formalizations for my Interdisipliary Project at TU Munich.
44

5-
For my project I have formalized parts of section 21.1, *Approximation Algorithms for the TSP*, from [1]
5+
For my project I have formalized parts of section 21.1, *Approximation Algorithms for the TSP*, from [1].
66
I have formalized and formally verified two approximation algorithms, the DoubleTree and the Christofides-Serdyukov algorithm, for the Metric TSP. I have also formalized an L-reduction from the Minimum Vertex Cover Problem with maximum degree of 4 to the Metric TSP, which proves the MaxSNP-hardness of the Metric TSP.
77

88
## References
99

10-
- [1] B. Korte and J. Vygen. Combinatorial Optimization: Theory and Algorithms. Springer Berlin, Heidelberg, 6th edition, 2018.
10+
- [1] B. Korte and J. Vygen. Combinatorial Optimization: Theory and Algorithms. Springer Berlin, Heidelberg, 6th edition, 2018.

0 commit comments

Comments
 (0)