Skip to content

cpp: adds MTXGraphReader and corresponding tests#1236

Merged
fabratu merged 1 commit into
networkit:masterfrom
PetholzA:feature/20240704_matrixmarketreader
Aug 23, 2024
Merged

cpp: adds MTXGraphReader and corresponding tests#1236
fabratu merged 1 commit into
networkit:masterfrom
PetholzA:feature/20240704_matrixmarketreader

Conversation

@PetholzA
Copy link
Copy Markdown
Contributor

@PetholzA PetholzA commented Jul 4, 2024

This PR finalizes #1132 with the additional tests. Note that the original code has been slightly adjusted, namely the MTXGraphReader.cpp now uses addEdge() instead of addPartialEdge() which resulted in a incomplete Graph data structure in some cases.

@PetholzA PetholzA force-pushed the feature/20240704_matrixmarketreader branch from 5a0fcf5 to 129aeca Compare July 5, 2024 07:31
@fabratu fabratu mentioned this pull request Jul 8, 2024
1 task
@PetholzA PetholzA force-pushed the feature/20240704_matrixmarketreader branch 2 times, most recently from c916552 to 119bb39 Compare July 11, 2024 10:59
Comment thread networkit/cpp/io/MTXGraphReader.cpp Outdated
@PetholzA PetholzA force-pushed the feature/20240704_matrixmarketreader branch 2 times, most recently from 75153fb to 28774e8 Compare July 25, 2024 09:06
@PetholzA PetholzA force-pushed the feature/20240704_matrixmarketreader branch from 28774e8 to 0485b2e Compare August 2, 2024 11:16
Comment thread include/networkit/io/MTXGraphReader.hpp Outdated
@PetholzA PetholzA force-pushed the feature/20240704_matrixmarketreader branch from 0485b2e to 7e1de4c Compare August 22, 2024 12:57
@fabratu fabratu merged commit 9e2a52c into networkit:master Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants