An open API service indexing awesome lists of open source software.

https://github.com/cyberagentailab/daycarecp

Code for "Stable Matchings in Practice: A Constraint Programming Approach"(Zhaohong, Sun et al., AAAI2024, Paper)
https://github.com/cyberagentailab/daycarecp

Last synced: 9 months ago
JSON representation

Code for "Stable Matchings in Practice: A Constraint Programming Approach"(Zhaohong, Sun et al., AAAI2024, Paper)

Awesome Lists containing this project

README

          

# DaycareCP

This repository contains the code for "Stable Matchings in Practice: A Constraint Programming Approach"(Zhaohong Sun, AAAI2024, Paper)

## Dependencies

- Python 3.10 or higher

## Getting Started

```shell
pip install -r requirements.txt
jupyter notebook submission_code.ipynb
```

## LICENSE

This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License - see the [LICENSE](LICENSE) file for details.