Commit 715ae78
* Add plan for #47: [Model] HamiltonianCycle
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: add HamiltonianCycle model (#47)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: add HamiltonianCycle definition to paper (#47)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* refactor: rename HamiltonianCycle to TravelingSalesman (#47)
Resolve PR review comments: weighted HamiltonianCycle is equivalent to
the Traveling Salesman Problem, so rename accordingly. Also fix problem
definition to properly define the edge set C.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d8eec69 commit 715ae78
8 files changed
Lines changed: 1293 additions & 5 deletions
File tree
- docs
- paper
- plans
- src/reductions
- src
- models
- graph
- unit_tests/models/graph
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
324 | 325 | | |
325 | 326 | | |
326 | 327 | | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
327 | 332 | | |
328 | 333 | | |
329 | 334 | | |
| |||
0 commit comments