- Fixed unit test for validate functions that caused a CRAN check to fail.
- Fix vignette index.
- Add dummy roommate when number of roommates is odd #37
- Run code base through
styler
andlintr
- Allow colleges to have different numbers of slots #31
- Change row names in vignette #34
- Remove need for microbenchmark package #35
- Registration of entry points in compiled code
This is a minor update.
- Colleges may have different numbers of slots in the college admissions problem (#30)
This is a minor update.
- Fixed bug in galeShapley.checkStability that resulted in UBSAN throwing an error
- Fixed a bug in the stable roommate matching algorithm that caused problems on Mac OS X / clang
- Changed function names throughout the package (deprecated old function names)
- Updated documentation
- Added tests
- Removed option to define preferences in row major order
This is a minor update.
- It fixes a memory leak warning in the stable roommate algorithm.
- It includes minor edits of the vignettes and documentation.
- We have substantially shortened the computational performance vignette so that the package can be built and checked faster
This is a major update that added additional algorithms to the package.
- Added algorithm to compute a solution to the stable roommate problem
(
roommate
) - Added top trading cycle algorithm (
toptrading
) - Switched the layout of preference matrices from row order to column order to make the code faster
- Added two vignettes: An introductory vignette to the package in general and a computational performance vignette
Initial release that computes two versions of the Gale-Shapley algorithm:
- Stable Marriage Problem
- College Admissions Problem