I’m using an allshortest
pathfinding query in Memgraph. The edges connected to the center node have weights that are almost zero, which might be contributing to the problem. Is it expected for the allshortest pathfinding query to return paths with cycles under these conditions? If so, how can I modify the query to exclude paths that traverse through zero-weight edges?