This Program is commonly used in Project Management .. in Project Management there are a lot of tasks that are connected to each other that each task takes a certain time to be done. required time ti finish a project is defined by the longest route .. this program finds and displays all the routs and calculates the time of them and show the route with maximum time as a critical route . the finding route algorithm is done by deep search into the nodes.
File list:
findrte.m
find_critical_route.m
find_node_number.m
find_route_time.m
fix_rte.m
fix_zeros.m
Main_Program.asv
Main_Program.m
swap.m