Skip to content
Snippets Groups Projects
Commit 23a801c9 authored by beginner1010's avatar beginner1010
Browse files

Graph is added

parent 60c41092
No related branches found
No related tags found
No related merge requests found
......@@ -443,7 +443,7 @@ public class Graph {
System.out.println("ParMCEDegree : degree based vertex ordering");
System.out.println("Input Graph: " + args[0]);
//System.out.println("Number of threads used: " + args[1]);
System.out.println("Number of threads used: " + args[1]);
Graph G = new Graph(args[0]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment