pszufe / SimpleHypergraphs.jl

A simple hypergraphs package for the Julia programming language
MIT License
74 stars 12 forks source link

2-section view of H #5

Closed alessant closed 5 years ago

alessant commented 5 years ago

According to the definition of the 2-section of a hypergraph, defined in: Alain Bretto. 2013. Hypergraph Theory: An Introduction. Springer Publishing Company, Incorporated (page 25),

we have implemented a 2-section view of H following the structure of the BipartiteView.

In particular:

bkamins commented 5 years ago

As a general comment it would be good in the whole project we use @inferred macro in tests to check if we have type-stability of the return values of the methods we define.