This dataset accompanies the following article:
Nicolet & Atasoy (2024) “Competitive Service Network Design and Pricing for Intermodal Transport”, Proceedings of the LOGMS conference 2024, Hamburg, Germany.
It also accompanies Chapter 4 of the doctoral thesis of Adrien Nicolet and groups the necessary files to generate the tables and figures contained in the Chapter.

It is composed of the following 12 files:

utility.py			defines the classes Utility and ODpair (Origin-Destination pair)
shipper.py			defines the classes Shipment, Shipper and Population
network.py			defines the classes Services and Network
fleet.py			defines the classes Vessel and Fleet
iwtoperator.py			defines the class IWToperator (Inland Waterway Transport operator)
DETER_p0f0.ipynb		solves the competition model under different starting assumptions
DETER_fleetsize.ipynb		solves the competition model with various fleet sizes
DETER_vesselsize.ipynb		solves the competition model with various vessel sizes
DETER_fullinfoBOTH.ipynb	solves the competition model when both operators have full information
DETER_fullinfo1.ipynb		solves the competition model when only operator 1 has full information
DETER_fullinfo2.ipynb		solves the competition model when only operator 2 has full information
postprocess.py			allows to write the outcomes of the competition model into an output file
