#Author: Juan P. Fernandez - Juan G.Villegas
#Description of test instances for the COMP-LRP
#Date: 2021-07-22
Naming convention: CompLRP+X-Name where 
X: is a L or a H depending on the % of facilities taken as candidate facilities from the original instance 
Name: is the name given in the original data of Prodhon or Barreto

An instance of the COMPLRP has the following structure

n number of customers
r Number of Products
rprime Number of offered products by the firm
m Number of existing facilities
l Number of candidate facilities
k Number of  facilities to be open
#Customers demand#
n lines of size r with the customers demands 
#Product info
one line with the product prices
m+l lines of size r with the Facility to Product incidence matrix
#Distane info
n+m+l lines of size m+l with the customers to facilities distances
 
 
