cpp_wrapper_ttc_check_stability: Check if a one-sided matching for the top trading cycle...

View source: R/RcppExports.R

cpp_wrapper_ttc_check_stabilityR 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 n individuals, then this matrix will be of dimension n by n. The i,jth element refers to j's ith most favorite partner. Preference orders must be specified using C++ indexing (starting at 0).

matchings

is a vector of length n corresponding to the matchings being made, so that e.g. if the 4th element is 5 then agent 4 was matched to agent 6. This vector uses C++ indexing that starts at 0.

Value

true if the matching is stable, false otherwise


jtilly/matchingR documentation built on Feb. 15, 2023, 3:24 a.m.