You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| sourceNode | Integer | n/a | no | The Neo4j source node or node id.
87
86
| mutateNegativeCycles | Boolean | false | yes | If set to true, any discovered negative cycles will be added in the in-memory graph. Otherwise they will be skipped.
87
+
| sourceNode | Integer | n/a | no | The Neo4j source node or node id.
| writeNegativeCycles | Boolean | false | yes | If set to true, any discovered negative cycles will be written back to the Neo4j graph. Otherwise they will be skipped.
139
+
| writeNodeIds | Boolean | false | yes | If true, the written relationship has a nodeIds list property.
140
+
| writeCosts | Boolean | false | yes | If true, the written relationship has a costs list property.
141
+
| sourceNode | Integer | n/a | no | The Neo4j source node or node id.
0 commit comments