Skip to content

Commit 78d8fbd

Browse files
source node is not optional
1 parent c27e473 commit 78d8fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
| sourceNode | Integer | null | n/a | The starting source node ID.
1+
| sourceNode | Integer | n/a | no | The starting source node ID.
22
| xref:common-usage/running-algos.adoc#common-configuration-relationship-weight-property[relationshipWeightProperty] | String | null | yes | Name of the relationship property to use as weights. If unspecified, the algorithm runs unweighted.
33
| objective | String | 'minimum' | yes | If specified, the parameter dictates whether to find the minimum or the maximum weight spanning tree. By default, a minimum weight spanning tree is returned. Permitted values are 'minimum' and 'maximum'.

0 commit comments

Comments
 (0)