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
Fix: correctly assign weights for intersections with multiple direct types (#455)
* Accounting for multiple direct relations in intersection operations
* Handling left and right operands separately
* Adding more tests
* Fixing algorithm to work with multiple statements, resulting in multiple rewrite edges
* Changing require.True => require.Equal
* removing unnecessary weights allocation
* Adding comment
* Update pkg/go/graph/weighted_graph.go
Co-authored-by: Adrian Tam <[email protected]>
* Pre-allocating combined weights slice
---------
Co-authored-by: Adrian Tam <[email protected]>
0 commit comments