Merge pull request #52 from fverdugo/francesc

ASP and LEQ
This commit is contained in:
Francesc Verdugo
2024-09-19 10:47:33 +02:00
committed by GitHub
5 changed files with 11059 additions and 1653 deletions
+2 -2
View File
@@ -124,8 +124,8 @@ makedocs(;
"MPI (point-to-point)" => "julia_mpi.md",
"MPI (collectives)" => "mpi_collectives.md",
"Jacobi method" => "jacobi_method.md",
#"All pairs of shortest paths" => "asp.md",
#"Gaussian elimination" => "LEQ.md",
"All pairs of shortest paths" => "asp.md",
"Gaussian elimination" => "LEQ.md",
#"Traveling salesperson problem" => "tsp.md",
#"Partial differential equations" => "pdes.md",
],
+295 -160
View File
File diff suppressed because one or more lines are too long
+355 -275
View File
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 6.6 MiB

After

Width:  |  Height:  |  Size: 6.8 MiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 248 KiB

After

Width:  |  Height:  |  Size: 445 KiB