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
commit d3ca2b496f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 11059 additions and 1653 deletions

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",
],

File diff suppressed because one or more lines are too long

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