Auction based coopetition python code

Master thesis SLF van Alebeek. Delft University of Technology

Contains: python code used to model the auction base coopetition model

"main auction" is the 5 phase framework of the auction coopetition model. It calls "alns_functions", "auction_functions" and "alns_auction".
"auction_functions" contains the 5 phases of the auction coopetition and start with reading the data from a data instance created with "instance_generator".
"alns_auction" is the Large neighbourhood search code which uses several function defined in "alns_functions".

A MILP solver is needed and called in "auction_functions" (line 700). This is currently CPLEX but can be changed to any preferred solver.