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
{{ message }}
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
I am using the latest versions (Neo4j 3.5.8, Algorithm library 3.5.8.0).
Given a simple two-node graph:
I'd like to run an SSSP algorithm and save the total cost of the paths to property
SSSP
.The results are correct:
But the propery contains the traversal level and not the total cost:
Is there a way to write the total cost to the property?
The text was updated successfully, but these errors were encountered: