This repository focuses on implementing the P-Median model with near-far cost allocation within the spopt package. It includes a notebook that introduces this model and provides usage guidelines.
This newly developed model is a contribution to the spopt as part of Google Summer of Code 2023.
- Enhance p-median.ipynb with Capacitated P-Median Case:
- Implement k-Nearest P-Median Model using PuLP
- Integrate k-Nearest P-Median Model into spopt:
- Develop test for the new model
- Complete code documentation
All the work above is shown in these two pull requests:
pull request - 1.
pull request - 2.