- A C++ compiler
- Boost library
- clang:
clang++ src/main.cpp -o main
- g++:
g++ src/main.cpp -o main
- Command:
./main [d|m] <file>
- Arg 1:
d
for Dimacs orm
for Matrix Market - Arg 2: path to file
- Example:
./main m /path/to/graph.mtx
- Will create a distance.mtx in the directory that was run
Licensed under GPLv3.