Skip to content

jcovaa/DA-project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DA-Project1

In order to run the project, you need to follow this guide. In the project directory:

Instalation

mkdir output/ mkdir build/

cd build cmake ..

Compilation

cmake --build .

Execution

./main

To execute the batch mode, in the menu follow this guide:

  1. Select Batch mode
  2. ../../input/input.txt
  3. ../../output/output.txt

This was the way to read and create the files because the program is in the build folder.

Testing with other data set

Also, the main.cpp file is reading the large data set given by the professor. But the simple example can also be tested by changing the path of the files:

  • file_reader.readLocations("../code/tests/LocSample.csv", graph);
  • file_reader.readDistances("../code/tests/DisSample.csv", graph);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published