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
I have some old code that used to work in 0.96 and no longer works in the current version. Either this got broken or I misundertand how this is supposed to work and it only worked for me by accident in the past.
Inside of the code passed to random_edge, the graph has no edges. This breaks the checks that follow. The code is supposed to generate a random graph with each node having exactly one incoming and one outgoing edge.
Each vertex has exactly one outgoing and one incoming edge and we see that edges inside the subroutine is not empty. Version 0.9717 shows the same behaviour as the latest version.
The text was updated successfully, but these errors were encountered:
I have some old code that used to work in 0.96 and no longer works in the current version. Either this got broken or I misundertand how this is supposed to work and it only worked for me by accident in the past.
Inside of the code passed to random_edge, the graph has no edges. This breaks the checks that follow. The code is supposed to generate a random graph with each node having exactly one incoming and one outgoing edge.
Result using version: 0.9732:
C has four outgoing edges. The last version this worked as expected was version: 0.9716:
Each vertex has exactly one outgoing and one incoming edge and we see that edges inside the subroutine is not empty. Version 0.9717 shows the same behaviour as the latest version.
The text was updated successfully, but these errors were encountered: