Skip to main content

Various algorithms and tools for stable matching problems

Project description

pyhrtc

pyhrtc is a Python module to inspect various types of stable matching problems. In particular, it can handle the Hospital-Residents problem with both Ties and Couples, also known as HRTC. Having no couples reduces this to the Hospital-Residents problem with Ties, HRT, and by letting all hospitals have capacity 1 we get the Stable Marriage with Ties and Incomplete Lists problem, SMTI.

Features

This package can currently

  • read instance files in multiple formats,
  • write instance files,
  • inspect agents (residents and hospitals),
  • combine some pairs of agents into couples,
  • find maximum size matchings,
  • find maximum size and maximum weight stable matchings.

Status

Build statuscodecov

File formats

This package supports a number of file formats. For these, we will talk about the set of "left" and "right" agents. These are the two bi-partitions of the agents, such that agents on the left may only express preferences for agents on the right, and vice-versa.

The Glasgow format

This format used by researchers working at the University of Glasgow, or their collaborators.

The first line should just be a zero (0). The next two lines contain the number of agents in the left and right partitions respectively. Following this, we have one line for each agent on the left, and then one line for each agent on the right. These are as follows:

For agents on the left, first the line contains an identifier (numeric only), and then the preferences. Preferences within brackets indicate a tie.

For agents on the right, first the line contains an identifier (numeric only), and then the agent's capacity, and then the preferences. Preferences within brackets indicate a tie.

SMTI-GRP

A CSV file containing a row-column matrix, with the first row and columns used as identifiers, can be read in to create an instance of SMTI-GRP.

There is also a second format for SMTI-GRP, which does not have headings. This file contains, as its first two lines, the number of rows and columns respectively. The rest of the file is the matrix of scores, separated by spaces only.

Future plans

This mostly started as a tool to inspect instances of HRTC for various parameters, but it is growing. One day I might even write up a model that would solve HRTC, but that day is not today.

Can I help?

Yes! If you want to add features, or request features, please just raise an issue. I can't promise anything, but it's good to know what people want.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyhrtc-0.0.5.tar.gz (28.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyhrtc-0.0.5-py3-none-any.whl (29.6 kB view details)

Uploaded Python 3

File details

Details for the file pyhrtc-0.0.5.tar.gz.

File metadata

  • Download URL: pyhrtc-0.0.5.tar.gz
  • Upload date:
  • Size: 28.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.10

File hashes

Hashes for pyhrtc-0.0.5.tar.gz
Algorithm Hash digest
SHA256 a71c8e667fde052ec2316997ab43a7ba3a92a5868fbd894d2f5826f67422ef3e
MD5 87e165b5ae3d4443233285d1e836fe48
BLAKE2b-256 9c808a780952d5fb193192228afd272a133f906944042ee16aa5f7cfec8c9ccc

See more details on using hashes here.

File details

Details for the file pyhrtc-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: pyhrtc-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 29.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.10

File hashes

Hashes for pyhrtc-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c0f831048c6845eb5259fa141b15cb5b194d1cfa350717baede6467e3fc9cbbb
MD5 86b8a885a5c2b3c4076d40e73305f459
BLAKE2b-256 aa5dd044eb8963cc9750c147ebca1279dc96997ae19b3c9ca549efc7ecc2dd85

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page