All Shortest Paths of Vertex Sets (2.2.15)
| Parameter | Mandatory | Description | Type | Value Range | Default Value |
|---|---|---|---|---|---|
| sources | Yes | Source vertex ID set | String | The value is in the standard CSV format. IDs are separated by commas (,), for example, Alice, Nana. The maximum ID number is 100000. | - |
| targets | Yes | Target vertex ID set | String | The value is in the standard CSV format. IDs are separated by commas (,), for example, Alice, Nana. The maximum ID number is 100000. | - |
| directed | No | Whether to consider the edge direction | Boolean | true or false. It is a Boolean value. | false |
| Parameter | Type | Description |
|---|---|---|
| paths | List | All shortest paths between the source vertex and target vertex. The format is as follows: [[path1],[path2]] For the format of path, see Shortest Path. |
| source | String | Source ID of a path |
| target | String | Target ID of a path |
Last Article: Common Neighbors of Vertex Sets (2.2.13)
Next Article: Filtered Circle Detection
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.