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
We should get rid of functions like buildAdj and let the Network class automatically manage the ids.
The logic should be the same, i.e. $n \in (0, ..., N)$ for nodes while edges must have ids such that $e_{ij}$ has id $i*N+j$.
The text was updated successfully, but these errors were encountered:
We should get rid of functions like$n \in (0, ..., N)$ for nodes while edges must have ids such that $e_{ij}$ has id $i*N+j$ .
buildAdj
and let theNetwork
class automatically manage the ids.The logic should be the same, i.e.
The text was updated successfully, but these errors were encountered: