15#ifndef BRANCHANDBOUND1TREE_TSP_INSTANCE_READER_H
16#define BRANCHANDBOUND1TREE_TSP_INSTANCE_READER_H
The data structures to model the Graph.
void read_tsp_lib_file(Graph *graph, char *filename)
Reads a .tsp file and stores the data in the Graph.
void read_tsp_csv_file(Graph *graph, char *filename)
Reads a .csv file and stores the data in the Graph.