Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the routing logic to its own directory
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 25 Jul 2016 10:00:17 +0000 (12:00 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 25 Jul 2016 10:14:54 +0000 (12:14 +0200)
commitf04443ab4853c9073468b7d698b01d01189cf38e
treedb3444d0854a6bcc327ede8014786561de0f9137
parent0121ca23d5f741acccabaa92aff9a1172a057cce
move the routing logic to its own directory
27 files changed:
src/routing/AsCluster.cpp [moved from src/surf/AsCluster.cpp with 99% similarity]
src/routing/AsCluster.hpp [moved from src/surf/AsCluster.hpp with 97% similarity]
src/routing/AsClusterDragonfly.cpp [moved from src/surf/AsClusterDragonfly.cpp with 99% similarity]
src/routing/AsClusterDragonfly.hpp [moved from src/surf/AsClusterDragonfly.hpp with 98% similarity]
src/routing/AsClusterFatTree.cpp [moved from src/surf/AsClusterFatTree.cpp with 99% similarity]
src/routing/AsClusterFatTree.hpp [moved from src/surf/AsClusterFatTree.hpp with 99% similarity]
src/routing/AsClusterTorus.cpp [moved from src/surf/AsClusterTorus.cpp with 99% similarity]
src/routing/AsClusterTorus.hpp [moved from src/surf/AsClusterTorus.hpp with 96% similarity]
src/routing/AsDijkstra.cpp [moved from src/surf/AsDijkstra.cpp with 99% similarity]
src/routing/AsDijkstra.hpp [moved from src/surf/AsDijkstra.hpp with 98% similarity]
src/routing/AsFloyd.cpp [moved from src/surf/AsFloyd.cpp with 99% similarity]
src/routing/AsFloyd.hpp [moved from src/surf/AsFloyd.hpp with 95% similarity]
src/routing/AsFull.cpp [moved from src/surf/AsFull.cpp with 99% similarity]
src/routing/AsFull.hpp [moved from src/surf/AsFull.hpp with 95% similarity]
src/routing/AsImpl.cpp [moved from src/surf/AsImpl.cpp with 99% similarity]
src/routing/AsImpl.hpp [moved from src/surf/AsImpl.hpp with 100% similarity]
src/routing/AsNone.cpp [moved from src/surf/AsNone.cpp with 95% similarity]
src/routing/AsNone.hpp [moved from src/surf/AsNone.hpp with 95% similarity]
src/routing/AsRoutedGraph.cpp [moved from src/surf/AsRoutedGraph.cpp with 99% similarity]
src/routing/AsRoutedGraph.hpp [moved from src/surf/AsRoutedGraph.hpp with 96% similarity]
src/routing/AsVivaldi.cpp [moved from src/surf/AsVivaldi.cpp with 98% similarity]
src/routing/AsVivaldi.hpp [moved from src/surf/AsVivaldi.hpp with 95% similarity]
src/surf/instr_routing.cpp
src/surf/sg_platf.cpp
src/surf/surf_routing.cpp
src/surf/surf_routing.hpp
tools/cmake/DefinePackages.cmake