dijsktra path finder

版本 1.4.0.0 (57.4 KB) 作者: Sebastien PARIS
Mex implementation of the dijkstra algorithm
5.2K 次下载
更新时间 2020/1/28

查看许可证

Return the optimal path given the adjacency/cost sparse matrix and source/destination nodes.

Run mexme_dijkstra.m to compile mex-files on your own-plateform.
Be sure that "mex -setup" have been done at least one.

Run test_dijkstra.m for the demo

引用格式

Sebastien PARIS (2024). dijsktra path finder (https://www.mathworks.com/matlabcentral/fileexchange/17385-dijsktra-path-finder), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dijkstra algorithm 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.4.0.0

Fixed for modern Matlab and OS64

1.3.0.0

- Changed int* to mwIndex* for OS64. Now should work also for 64bits system

1.2.0.0

-Fix a bug thanks Roberto Olmi for reporting
- Cosmetic changes
- Should be work with Linux/GCC system

1.1.0.0

-add test_dijkstra.m and mexme_dijkstra.m
-improved qsindex algorithm

1.0.0.0