A voir également:
- Traçage des graphes
- Comment faire des graphes sur excel - Guide
- Tracage colis - Guide
- Tracage ip - Guide
- Comment activer tracage mobile samsung - Guide
- Localiser une adresse avec Google Maps - Guide
1 réponse
C'est pas forcément simple à utiliser car elle réclame une très bonne maîtrise du C++ et plus particulièrement des templates, mais la librairie boost permet de manipuler des graphes en C++ et c'est ultra performant.
https://www.boost.org/doc/libs/1_53_0/libs/graph/doc/index.html
https://www.boost.org/doc/libs/1_38_0/libs/graph/doc/adjacency_matrix.html
https://www.boost.org/doc/libs/1_38_0/libs/graph/doc/write-graphviz.html
Il y a notamment possibilité d'exporter tes graphes au format graphviz,
http://www.graphviz.org/
... et ensuite d'en tirer une représentation graphique avec des outils comme dot ou fdp.
http://www.graphviz.org/cgi-bin/man?dot
Bonne chance
https://www.boost.org/doc/libs/1_53_0/libs/graph/doc/index.html
https://www.boost.org/doc/libs/1_38_0/libs/graph/doc/adjacency_matrix.html
https://www.boost.org/doc/libs/1_38_0/libs/graph/doc/write-graphviz.html
Il y a notamment possibilité d'exporter tes graphes au format graphviz,
http://www.graphviz.org/
... et ensuite d'en tirer une représentation graphique avec des outils comme dot ou fdp.
http://www.graphviz.org/cgi-bin/man?dot
Bonne chance