Skip to content

Commit

Permalink
confusion with binary clique
Browse files Browse the repository at this point in the history
  • Loading branch information
jeshi96 committed Apr 16, 2021
1 parent 04af2f6 commit 3a35a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/CliqueCounting/Clique.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ double AppKCore_runner(Graph& GA, commandLine P) {
// These are debugging options (set to correct defaults for client)
long order = P.getOptionLongValue("-o", 0); // directing type; values are 0 - 4, reflecting the above order
long recursive_level = P.getOptionLongValue("-r", 0); // parallelism over recursive levels
bool use_base = P.getOptionValue("-b"); // same as use_base_str
bool use_base = P.getOptionValue("-ub"); // same as use_base_str
bool filter = P.getOptionValue("-f"); // filter graph only -- required for vertex peeling

long space = P.getOptionLongValue("-space", 5);
Expand Down

0 comments on commit 3a35a9c

Please sign in to comment.