This is a list of all provided materials' file names and usages. All the running times are reported using my laptop with the following specifications:

	Operating System: Windows 11 Enterprise version 23H2
	Processor: Intel(R) Core(TM) Ultra 5 135H   3.60 GHz
	RAM: 16.0 GB (15.6 GB usable)
	System type: 64-bit operating system, x64-based processor 



The two files are both self-contained.



For a test run, change the following random variables to smaller numbers:

	RUN.TIMES = 1000 # change to 10 for a test run



File names, usages, and running times:

Simulation_Run_Experiment_20220926_K=5.R
-- Includes different functions which implement all the Blind Network Revenue Management problems
-- Specifies a simulation setup with K = 5 prices as described in Section 5 of the paper
-- Under the reduced parameter "RUN.TIMES = 10", this code finishes in <6 hours; using the larger parameter "RUN.TIMES = 1000", this code should finish in <25 days
-- Generates six figures in Figure 2 (the "DATE"CONFIG"n".png files); generates six figures Figures EC.2 - EC.7; generates Table EC.1

Simulation_Run_Experiment_20220926_K=15.R
-- Includes different functions which implement all the Blind Network Revenue Management problems
-- Specifies a simulation setup with K = 5 prices as described in Section 5 of the paper
-- Under the reduced parameter "RUN.TIMES = 10", this code finishes in <4 hours; using the larger parameter "RUN.TIMES = 1000", this code should finish in <17 days
-- Generates six figures in Figure 3 (the "DATE"CONFIG"n".png files); generates six figures Figures EC.8 - EC.13



Output files:

File naming rules: 
- "DATE" for the date of generating the outputs
- "n" for the index of the setup: 1-3 are small inventory, 4-6 are large inventory; 1 and 4 are linear demand, 2 and 5 are exponential demand, 3 and 6 are logit demand

Output files:
-- "DATE"CONFIG"n".png: figures that include both the "no inventory update" and the "inventory update" versions of all algorithms (including our algorithm and the benchmark algorithms)
-- "DATE"CONFIG"n"-solid.png: simplified figures that only include the "no inventory update" version of all algorithms (including our algorithm and the benchmark algorithms)
-- "DATE"CONFIG"n"switches.txt: tables that include the (average) number of changes of all algorithms (including our algorithm and the benchmark algorithms)
