GitXplorerGitXplorer
a

path-tsp-1.5-approximation

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
cc609804935e3511be477b1ea195c7017dfeafa5

Merge pull request #2 from syheliel/master

aarvid220u committed 4 years ago
Unverified
98f600a46ad2d46d8c709201a72f2d27e38928e5

add some type hint

ssyheliel committed 4 years ago
Unverified
9b6ce1001e2c264abf0a1d28f8d94e5b781a707e

hi

aarvid220u committed 5 years ago
Verified
58a0316a2f5e5a5189ae19be5994142fc202657b

Update README.md

aarvid220u committed 5 years ago
Verified
350b0dd06985f264abf7105d87b430d3e7b15ef7

Create README.md

aarvid220u committed 5 years ago
Unverified
1a8bff434e47adba427c24dc82a55d9f9f36e0f5

first commit

aarvid220u committed 5 years ago

README

The README file for this repository.

path-tsp-1.5-approximation

A naive implementation of Zenklusen's 1.5-approximation algorithm for the Path Traveling Salesman Problem.

The code is not very well organized.

If one wishes to make this code run in polynomial time, I believe the only adjustment to be made is how the linear programs are solved. They are now solved naively with their exponentially many constraints.

Based on this paper: https://epubs.siam.org/doi/abs/10.1137/1.9781611975482.93.