Pages

Wednesday, August 5, 2009

Research algorithms to optimize the placements

1. Find the longest cycle in the graph
2. Find all pairs shortest path Algorithm

* Sample Code: http://www.codeguru.com/cpp/cpp/algorithms/article.php/c5119
* Shortest Path Algorithms: http://www.umich.edu/~me558/manuals/LEDA/shortest_path.html

3. Detect a cycle in the graph

* Extending the shortest-path swarm algorithm to cycle detection: http://ieeexplore.ieee.org/Xplore/login.jsp?url=http%3A%2F%2Fieeexplore.ieee.org%2Fiel5%2F10622%2F33557%2F01594255.pdf%3Farnumber%3D1594255&authDecision=-203

No comments:

Post a Comment