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)
- Host: GitHub
- URL: https://github.com/cyberagentailab/daycarecp
- Owner: CyberAgentAILab
- License: other
- Created: 2023-12-27T07:21:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T07:22:29.000Z (over 2 years ago)
- Last Synced: 2025-09-10T07:42:52.694Z (9 months ago)
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.