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
It's a great code, very fast!
The only problem is that my graphs have hundreds of vertices, and I only all subgraphs of a specific size (typically up to 8). As a result the algorithm is trying to extract all sizes of subgraphs, which is an extremely high number. Is there any way to request for a specific size of subgraph?
Many thanks!
Tomer
The text was updated successfully, but these errors were encountered:
Hi,
It's a great code, very fast!
The only problem is that my graphs have hundreds of vertices, and I only all subgraphs of a specific size (typically up to 8). As a result the algorithm is trying to extract all sizes of subgraphs, which is an extremely high number. Is there any way to request for a specific size of subgraph?
Many thanks!
Tomer
The text was updated successfully, but these errors were encountered: