This repository contains the source code implementation of the SOSP paper "Solving Large-Scale Granular Resource Allocation Problems Efficiently with POP".
Code in this repository is organized by allocation problem type.
-
cluster_schedulingcontains code for the cluster scheduling problem formulations (max-min fairness, proportional fairness, minimize makespan). -
load_balancingcontains code for the load balancing problem formulation. -
traffic_engineeringcontains code for the traffic engineering problem formulations (both maximum total flow and maximum concurrent flow).
For detailed instructions on how to reproduce results from the SOSP paper, see EXPERIMENTS.md.