-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
14 lines (14 loc) · 783 Bytes
/
DESCRIPTION
File metadata and controls
14 lines (14 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Package: qap
Title: Heuristics for the Quadratic Assignment Problem (QAP)
Version: 0.1-2.1
Date: 2024-xx-xx
Authors@R: c(
person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
email = "mhahsler@lyle.smu.edu",
comment = c(ORCID = "0000-0003-2716-1405")),
person("Franz", "Rendl", role = c("ctb", "cph")))
Description: Implements heuristics for the Quadratic Assignment Problem (QAP). Although, the QAP was introduced as a combinatorial optimization problem for the facility location problem in operations research, it also has many applications in data analysis. The problem is NP-hard and the package implements a simulated annealing heuristic.
Suggests: testthat
URL: https://github.com/mhahsler/qap
BugReports: https://github.com/mhahsler/qap/issues
License: GPL-3