Research Article

The Path Optimization Algorithm of Car Navigation System considering Node Attributes under Time-Invariant Network

Table 5

List of M files and their functions.

menu.mDisplays the menu and calls other functions. It is the entrance to the program.
ROLA.mPerforms the ROLA operation on the data input and returns the result. It is the core of the program.
input_arc.mCalls the arc travel time data to generate the adjacency matrix and return it.
input_node.mCalls the node travel time data to generate the adjacency matrix and return it.