This project is used to obtain a Minimum Weighted Cycle Basis for any given Graph.
In order to run the program, open filelist.sh and add files.
-
Give the correct path for inputfile. The input file should support matrix-market format with following options(symmetric,integer,coordinates).
-
Give the number of nodes in the original graph.
-
Give the name of the outputfile. (Donot add file extension such as .txt etc)
-
Give number of threads to run the main mcb program.