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 Repository: https://mhahsler.r-universe.dev Date/Publication: 2024-08-27 22:16:16 UTC RemoteUrl: https://github.com/mhahsler/qap RemoteRef: HEAD RemoteSha: a0e8cbacf270e7f8927afe79e65bf8fe89eb4412 NeedsCompilation: yes Packaged: 2026-06-24 01:38:18 UTC; root Author: Michael Hahsler [aut, cre, cph] (ORCID: ), Franz Rendl [ctb, cph] Maintainer: Michael Hahsler