Computes matching algorithms quickly using Rcpp. Implements the Gale-Shapley Algorithm to compute the stable matching for two-sided markets, such as the stable marriage problem and the college-admissions problem. Implements Irving's Algorithm for the stable roommate problem. Implements the top trading cycle algorithm for the indivisible goods trading problem.
| Version: | 1.3.0 |
| Depends: | Rcpp |
| LinkingTo: | Rcpp, RcppArmadillo |
| Suggests: | testthat, knitr |
| Published: | 2018-01-26 |
| Author: | Jan Tilly, Nick Janetos |
| Maintainer: | Jan Tilly <jantilly at gmail.com> |
| BugReports: | https://github.com/jtilly/matchingR/issues/ |
| License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
| URL: | https://github.com/jtilly/matchingR/ |
| NeedsCompilation: | yes |
| Materials: | NEWS |
| In views: | Optimization |
| CRAN checks: | matchingR results |
| Reference manual: | matchingR.pdf |
| Vignettes: |
Matching Algorithms in R and C++: An Introduction to matchingR |
| Package source: | matchingR_1.3.0.tar.gz |
| Windows binaries: | r-devel: matchingR_1.3.0.zip, r-release: matchingR_1.3.0.zip, r-oldrel: matchingR_1.3.0.zip |
| macOS binaries: | r-release: matchingR_1.3.0.tgz, r-oldrel: matchingR_1.3.0.tgz |
| Old sources: | matchingR archive |
| Reverse imports: | seqgendiff |
Please use the canonical form https://CRAN.R-project.org/package=matchingR to link to this page.