CLI Usage
The Command-Line Interface (CLI) is a powerful way to interact with the application, allowing you to calculate shortest paths, manage datasets, and customize settings.
Starting the CLI
Enter a command or the start node:Basic Commands
Node IDs
Enter a command or the start node: 1 Enter the end node: 5 Shortest path: [1 -> 3 -> 5] Distance: 12.5
Commands
Advanced Commands
comparator
comparatorweight
weightbuild lm
build lmExiting the CLI
Last updated