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
Property, if we have a valid network N0 and another valid network N1 then the graph:
r
/ \
N0 N1
should have a number of candidate network edges equal to the product of the number of candidate network edges in N0 and the number of candidate network edges of N1 minus the number of network edges.
We can start testing this property with binary trees and explore simple network constructions to arbitrarily generate.
We need a lot more tests for this!
The text was updated successfully, but these errors were encountered: