From 9c93d59cd915690bb5bac3a74760c6d1baa89e0f Mon Sep 17 00:00:00 2001 From: "Martin R. Smith" <1695515+ms609@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:33:25 +0000 Subject: [PATCH] Remove dead link http://www.assignmentproblems.com/doc/LSAPIntroduction.pdf is no more --- R/lap.R | 3 +-- man/LAPJV.Rd | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/R/lap.R b/R/lap.R index 6182ed63f..1359cc95a 100644 --- a/R/lap.R +++ b/R/lap.R @@ -1,8 +1,7 @@ #' Solve linear assignment problem using LAPJV #' #' Use the algorithm of \insertCite{Jonker1987;textual}{TreeDist} to solve the -#' [Linear Sum Assignment Problem]( -#' http://www.assignmentproblems.com/doc/LSAPIntroduction.pdf). +#' Linear Sum Assignment Problem (LSAP). #' #' The Linear Assignment Problem seeks to match each row of a matrix with a #' column, such that the cost of the matching is minimized. diff --git a/man/LAPJV.Rd b/man/LAPJV.Rd index 561d00326..552f175df 100644 --- a/man/LAPJV.Rd +++ b/man/LAPJV.Rd @@ -16,7 +16,7 @@ and \code{matching}, the columns matched to each row of the matrix in turn. } \description{ Use the algorithm of \insertCite{Jonker1987;textual}{TreeDist} to solve the -\href{http://www.assignmentproblems.com/doc/LSAPIntroduction.pdf}{Linear Sum Assignment Problem}. +Linear Sum Assignment Problem (LSAP). } \details{ The Linear Assignment Problem seeks to match each row of a matrix with a