Description Usage Arguments Value
This is the C++ wrapper for the stable roommate problem. Users should not
call this function directly, but instead use
roommate
.
1 | cpp_wrapper_irving(pref)
|
pref |
is a matrix with the preference order of each individual in the
market. If there are |
A vector of length n
corresponding to the matchings that were
formed (using C++ indexing). E.g. if the 4
th element of this vector
is 0
then individual 4
was matched with individual 1
.
If no stable matching exists, then this function returns a vector of
zeros.
@export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.