Coder Social home page Coder Social logo

sergioestevao11 / feup-cal Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 21.32 MB

🚗 Approach and visualization of the Multi-Depot Vehicle Routing Problem

CMake 5.76% C++ 83.75% CSS 0.74% HTML 0.01% Makefile 0.20% Objective-C 2.07% Objective-C++ 6.55% Rich Text Format 0.01% GLSL 0.19% C 0.45% Shell 0.18% Python 0.06% Batchfile 0.02%
algorithms cal da feup multi-depot shortest-path-algorithm shortest-path-routing-algorithm vehicle-routing-problem

feup-cal's Introduction

Projeto de CAL Entrega 2 - Vaccine Router

João Afonso, Sérgio Estêvão, Rodrigo Tuna

Descrição

Projeto baseado na criação, manipulação e visualização de grafos em ordem a resolver o Multi-Depot Vehicle Routing problem.

Conteúdos

~ algorithms/
    AStar.cpp
    AStar.h
    BiDijkstra.cpp
    BiDijkstra.h
    ClarkeWright.cpp
    ClarkeWright.h
    Dijkstra.cpp
    Dijkstra.h
    Kosaraju.cpp
    Kosaraju.h
    Tarjan.cpp
    Tarjan.h
~ graph/
      Edge.cpp
      Edge.h
      Graph.cpp
      Graph.h
      GraphReader.cpp
      GraphReader.h
      Node.cpp
      Node.h
+ lib/
~ maps/
      clients.txt :
	- N -> Número de clientes
	- idNode, Q -> id do Node, Demand do cliente

      depots.txt
	- N -> Número de depots
	- idNode -> id do Node

      porto_full_edges.txt
	- N -> Número de edges
	- (idNodeBegin, idNodeDest) -> id do Node de início e destino da edge, respetivamente

      porto_full_nodes_xy.txt
	- N -> Número de nodes
	- (idNode, xCord, yCord) -> id do Node, coordenada do x e coordenada do y, respetivamente

~ structures/
      POI.cpp
      POI.h
      Route.cpp
      Route.h
GraphDisplayer.cpp
GraphDisplayer.h
data.txt
    - maxTime -> tempo máximo de conservação de cada vacina no veículo (em horas)
    - maxQuantity -> número de vacinas que os veículos transportam
main.cpp
Manager.cpp
Manager.h
MenuInterface.cpp
MenuInterface.h

Dependências

API GraphViewerCpp, fornecido nas aulas práticas para a visualização de grafos.

Para compilar em windows: mingw64

Instruções de uso

No IDE do Clion, abrir o projeto, dar Load ao CMake Project e correr o programa.

feup-cal's People

Contributors

joaomieic avatar rodrigotuna avatar sergioestevao11 avatar

Forkers

joaomieic

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.