Skip to content

Project developed for curricular unit CAL at FEUP

Notifications You must be signed in to change notification settings

raulviana/FEUP-CAL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Repository for the "Algorithms Conception and Analisis" (CAL) course

Smart Delivery

Authors


1. Dependencies List

1.1. Input Files

To increase accuracy we used maps extracted from OpenStreetMap.

The following Regions were used:

  • Aveiro
  • Braga
  • Coimbra
  • Ermesinde
  • Fafe
  • Gondomar
  • Lisboa
  • Maia
  • Porto
  • Viseu

In the following formats:

1.1.1. Nodes

       T04_nodes_X_Y_Region.txt

1.1.2. Edges

       T04_edges_Region.txt

1.1.3. Tags

       T04_tags_Region.txt

1.1.4. Deliveries

       deliveries_Region.txt

1.2 API

  • GraphViewerController.jar

1.3 Libraries

  • connection.h
  • graphviewer.h
  • edgetype.h
  • graph.h
  • MutablePriorityQueue.h

2. Instructions

Due to compilation reasons, you must compile and run on Linux.

  1. Clone the repository.

  2. In project root, access 'Source'.

                 $ cd Source

  1. Execute command 'make' to compile.

                 $ make

  1. Run.

                 $ ./smartDelivery

About

Project developed for curricular unit CAL at FEUP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • Makefile 0.7%