mojaie / MolecularGraph.jl

Graph-based molecule modeling toolkit for cheminformatics
MIT License
192 stars 28 forks source link

Make subgraph operations more generic #40

Closed timholy closed 3 years ago

timholy commented 3 years ago

This relaxes the requirements on the user to convert node and edge index lists to Set{Int}, instead allowing any compatible iterator. While not strictly necessary, it also adds specializations for == that do not rely so heavily on === equality.

This also adds documentation and thus closes #39.