Git Product home page Git Product logo

projet_dijkstra's Introduction

Nom Prénom Numéro étudiant
KOCHKAR SHERINE Baya 12018503
SANTONI Thomas 12110336

Description du main.cpp

Le fichier main.cpp est composé de différentes parties :

    1. Appels aux différentes fonctions de base pour montrer qu'elles fonctionnent
    1. Démonstration de Voronoï, on affiche pour chaque noeud un couple (distance de la librairie la plus proche, id de la librairie la plus proche)
    1. Démonstration de Voronoï pondéré par le coût de livraison au km, on affiche pour chaque noeud un couple (coût total de la livraison la moins cher (distance * coût au km), id de la librairie correspondante)

Fichiers de configuration

Paramètre Nom du fichier
Hauteur des différents noeuds ./data/hauteurs.txt
Librairies et leurs coût au km ./data/librairies.txt

Format pour le fichier des hauteurs :

nbLignes nbColonnes
hauteurNoeud0 hauteurNoeud1 hauteurNoeud2 ...
hauteurNoeud3 ...

Format pour le fichier des librairies :

nbLibrairies
numLigneL1 numColonneL1 coutAuKmL1
numLigneL2 numColonneL2 coutAuKmL2
...

projet_dijkstra's People

Contributors

vyslon avatar

Watchers

 avatar

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.