----- SETUP -----

In order to use RUX and RUG algorithms, you will need several Python
packages. All packages, except gurobipy, comes with the standard
installation of Anaconda Distribution (https://www.anaconda.com/). To
install Gurobi please visit https://www.gurobi.com/.


------ RESULTS -------

Here are the steps to reproduce the results in our manuscript:

1. The figures in Table 1 and Table 2 are obtained by running "RUXG_run.py".

2. The case study results along with Figure 2 (Section 4.2) are obtained by running "RUG_case_run.py".

3. The last two columns of Table 3 in the appendix are obtained by running "RUG_w_threshold_run.py".

4. The figures in Table 5 are obtained by running "RUX_RUG_Large_test.py".


