cpp_wrapper_ttc_check_stability {matchingR} | R Documentation |
Check if a one-sided matching for the top trading cycle algorithm is stable
Description
Check if a one-sided matching for the top trading cycle algorithm is stable
Usage
cpp_wrapper_ttc_check_stability(pref, matchings)
Arguments
pref |
is a matrix with the preference order of all individuals in the
market. If there are |
matchings |
is a vector of length |
Value
true if the matching is stable, false otherwise
[Package matchingR version 1.3.3 Index]