Academic Project
To run the program you need to enter:
1.Add where the reading files are;
- Use the file in txt instances_list.txt in this folder and insert the file name without (SPP), the program will read all as instances contained in the list. There is an identical copy in this folder ready for use.
The field where the addresses are arranged in the original and unmodified program is copied below and is in line 20;
Choose path to read and write your instances: char file_name_read[MAX]="/choose/your/path/"; char file_list[MAX] = "Instances_list.txt";