This is a project for Combinatorial Optimization and Network Analysis course (1254083) at Amirkabir University of Technology.
A unified framework for bivariate clustering and regression problems via mixed-integer linear programming
(John Alasdair Warwicker, Steffen Rebennack)
March 2023
https://doi.org/10.1016/j.dam.2023.03.010
DebrisFlow.txt
[1][2] is one of the datasets provided in the paper which is used in this implementation to test model outputs.
This project requires pyomo
which you can install using one of the following commands:
$ conda install -c conda-forge pyomo
$ pip install pyomo