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
Implemented adjacencyListIn member variable: Fixes#406, Fixes#501 (#526)
* Added visual studio to .gitignore
* Implemented cachedAdjMatrixIn functionality, resolving #406:
- Implemented cachedAdjMatrixIn member variable
- Renamed cachedAdjMatrix -> cachedAdjMatrixOut and cachedAdjMatrix -> cachedAdjMatricies to reflect changes
- Renamed inNeighbors/Edges -> inNotOutNeighbors/Edges and inOutNeighbors/Edges -> inOrOutNeighbors/Edges for clarity
- Fixed inOrOutNeighbors/Edges, resolving #406
- Added #406 replicator as a test in DirectedEdgeTest
* Implemented inNotOutEdges/Neighbors and associated tests for completeness with outNotInEdges/Neighbors
* Renamed adjacency matrix in/out -> adjacency list in/out to better reflect their implementation
0 commit comments