文件名称:chinese-postman-problem:中国邮递员问题的C ++解决方案
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-29 16:36:25
graph-algorithms eulerian-circuit chinese-postman-problem route-inspection-problem C++
中国邮递员问题的C ++解决方案
克隆存储库及其依赖项(子模块):
git clone --recursive https://github.com/dilsonpereira/chinese-postman-problem
在Linux上编译:
make chinese
用法:
./chinese -f
【文件预览】:
chinese-postman-problem-master
----.gitmodules(152B)
----Minimum-Cost-Perfect-Matching()
----Dijkstra.h(2KB)
----Example.cpp(2KB)
----README.md(830B)
----makefile(1012B)
----ChinesePostman.h(4KB)