Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first implementation of floyd's get_onelink_routes
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 4 Oct 2010 15:55:55 +0000 (15:55 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 4 Oct 2010 15:55:55 +0000 (15:55 +0000)
commit3466ebc657e8eb31a2b1930ded75df0711ec1359
tree1e946d51276a75401b0694e044c2fd22c643f7b3
parent74214a6669ee21beba3e799a78b95f4e56c3b692
first implementation of floyd's get_onelink_routes

details:
- it calls get_route between all combinations of nodes
- if route has one link only, add it to the return

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8347 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/surf/surf_routing.c