Skip to content

Commit

Permalink
Remove dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Feb 8, 2024
1 parent 9be7dba commit 9c93d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions R/lap.R
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion man/LAPJV.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c93d59

Please sign in to comment.