Changes in TSP notebook

This commit is contained in:
Francesc Verdugo 2024-09-23 13:39:43 +02:00
parent ea454e11a7
commit d22fd3b292
3 changed files with 1229 additions and 908 deletions

View File

@ -126,7 +126,7 @@ makedocs(;
"Jacobi method" => "jacobi_method.md",
"All pairs of shortest paths" => "asp.md",
"Gaussian elimination" => "LEQ.md",
#"Traveling salesperson problem" => "tsp.md",
"Traveling salesperson problem" => "tsp.md",
#"Partial differential equations" => "pdes.md",
],
"Solutions" => "solutions_for_all_notebooks.md",

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 6.8 MiB

After

Width:  |  Height:  |  Size: 6.8 MiB

File diff suppressed because one or more lines are too long