fslaborg / Graphoscope

A pragmatic approach to network science.
http://fslab.org/Graphoscope/
MIT License
14 stars 6 forks source link

Resolve Type-Based Overload Issue in Compute Functionality #81

Open LibraChris opened 9 months ago

LibraChris commented 9 months ago

Issue Description:

In the current state of the GraphoscopeRestructure branch, the compute functions for directed and undirected FContextMaps are facing a challenge where they cannot share the same name. Consequently, they have been temporarily separated into compute and computeUndirected. This distinction was introduced as a workaround until a more sustainable solution can be implemented.