diff --git a/R/lap.R b/R/lap.R index 6182ed63..1359cc95 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 561d0032..552f175d 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