stable matching
版本 1.0.0.0 (2.3 KB) 作者:
Hanan Kavitz
Straightforward implementation of Gale-Shapley "stable marriage" algorithm.
A matching is a mapping from the elements of one set to the elements of the other set.
A matching is stable whenever it is not the case that both:
a.some given element A of the first matched set prefers some given element B of the
second matched set over the element to which A is already matched, and
b. B also prefers A over the element to which B is already matched
The matching in this case is according to men's preferences, to change it according
to women's preferences some trivial changes need to be made.
引用格式
Hanan Kavitz (2026). stable matching (https://ww2.mathworks.cn/matlabcentral/fileexchange/34014-stable-matching), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2011b
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Graph and Network Algorithms 的更多信息
标签
| 版本 | 已发布 | 发行说明 | |
|---|---|---|---|
| 1.0.0.0 |
