From 14c2a56994165c4e2a73508113a30c67f394bb7d Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Thu, 19 Sep 2024 10:38:04 +0200 Subject: [PATCH] Publishing ASP and LEQ --- docs/make.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index fe377fb..f34cb0a 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -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", ],