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
It produces an edge with zero vertices, and many edges with only in- or out-verts. Similarly, the undirected variant creates one zero-degree edge and many one-degree edges. What should we do about them?
Other libraries leave them be, although some produce many zero-degree edges that are distinguished by an edge id.
The text was updated successfully, but these errors were encountered:
arashbm
changed the title
Directed/undirected expected degree hypergraphs: illegal edges?
Directed/undirected expected degree hypergraphs: "illegal" edges?
Sep 20, 2022
Take the following example:
It produces an edge with zero vertices, and many edges with only in- or out-verts. Similarly, the undirected variant creates one zero-degree edge and many one-degree edges. What should we do about them?
Other libraries leave them be, although some produce many zero-degree edges that are distinguished by an edge id.
The text was updated successfully, but these errors were encountered: