Graph Convolutional Branch and Bound v1.0.0
A TSP solver that combines a graph convolutional network with a 1-Tree branch-and-bound.
Loading...
Searching...
No Matches
Functions
main.c File Reference

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.
 

Detailed Description

Project main file, where you start the program, read the input file and print/write the results.

Author
Lorenzo Sciandra
Version
1.0.0 @data 2024-05-1

Repo: https://github.com/LorenzoSciandra/GraphConvolutionalBranchandBound

Definition in file main.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Main function, where you start the program, read the input file and print/write the results.

Parameters
argcThe number of arguments passed to the program.
argvThe arguments passed to the program.
Returns
0 if the program ends correctly, 1 otherwise.

Definition at line 23 of file main.c.