| .couples_ratio | R Documentation |
Replicates left-side rows k times so each left unit can match up to k different right units. Solves as standard LAP, then maps expanded rows back to original left indices.
.couples_ratio(
cost_matrix,
left,
right,
left_ids,
right_ids,
vars,
ratio,
solver_fn,
solver_params
)
List with pairs tibble, unmatched list, and info list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.