cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

martinavera_baa
Node
since ‎03-30-2021
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Is it possible to compute an MST with different relationships, especially multiple edges between two nodes? I tried to extent the example of the documentation (cf. below) // Create Example Graph CREATE (a:Place {name: 'A'}), (b:Place {name: 'B...