pszufe / SimpleHypergraphs.jl

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

Functionalities #36

Closed spagnuolocarmine closed 4 years ago

spagnuolocarmine commented 4 years ago

We will use this branch for providing new functionalities in the core of the library:

bkamins commented 4 years ago

I would call clean! maybe prune_hypergraph!? and also add a prune_hypergraph method that will prune the copy of a passed hypergraph.

spagnuolocarmine commented 4 years ago

We have followed all suggestions. Please merge with the master. If are you agreeing on it

spagnuolocarmine commented 4 years ago

We did the changing and updated the pull request.