yoghadj / or-tools

Automatically exported from code.google.com/p/or-tools
0 stars 0 forks source link

Dijkstra missing in C#, Java & Python #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As you write in the python swig-file
(https://code.google.com/p/or-tools/source/browse/trunk/src/graph/python/graph.s
wig):
"// The rest of the code of ../ was not deemed worth exporting to python.
// This could change; contact the code owners if you would like some C++
// API to be exposed here."

Myself, I would very much access the Dijstra for shortest path searches in 
graph.

Original issue reported on code.google.com by johan.lu...@gmail.com on 20 Jan 2015 at 11:58

GoogleCodeExporter commented 9 years ago
Sorry, this code is too naive to be exported through swig.
I believe there are many implementations of it in any language.

Original comment by laurent....@gmail.com on 2 Mar 2015 at 12:45