We empirically evaluate our algorithm (CVV-Pro) on two-player games, where the players are subjected to shared resource constraints.

Part I.
To reproduce the experiment described in the section "Simulation Examples", run the file:
../src/cvv-pro/main.m

Part II.
To reproduce the experiment described in the Appendix section "Comparing CVV-Pro and OGD: A Comparative Study", perform the following steps:

1. To generate CVV-Pro and OGD data, run the files:
../src/comparison/cvv-pro/main.m
../src/comparison/ogd/main.m

2. To generate the comparison plots, run the file:
../src/comparison/compare.m

3. The resulting plots are stored in the directory:
"../src/comparison/results"
