Graph Convolutional Branch and Bound v1.0.0
A TSP solver that combines a graph convolutional network with a 1-Tree branch-and-bound.
|
Project main file, where you start the program, read the input file and print/write the results. More...
#include "../test/main_test.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Main function, where you start the program, read the input file and print/write the results. | |
Project main file, where you start the program, read the input file and print/write the results.
Repo: https://github.com/LorenzoSciandra/GraphConvolutionalBranchandBound
Definition in file main.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |