Filtered Shortest Path
Overview
The Filtered Shortest Path algorithm is used to search for the shortest path that meets the filtering criteria between two vertices. If there are multiple shortest paths, any one of them is returned.
Application Scenarios
This algorithm applies to path design and network planning. It generates the shortest path based on vertex and edge filtering criteria.
Parameter Description
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
source |
Yes |
String |
Enter the source vertex ID of a path. |
target |
Yes |
String |
Enter the target vertex ID of a path. |
directed |
No |
Boolean |
Whether to consider the edge direction The default value is false. |
Precautions
This algorithm only returns one shortest path.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot