Basic Features

Contents

Basic Features#

_rank_matching(instance, best, summed)[source]#

# Only call for instances that admit a stable matchig # summed: Set to true we try to optimize the summed rank of agents for their partner in the matching, set to false we optimize the minimum rank # Best (only relevant if summed is set to true): Set to true we output the best possible matching, set to false the worst one