Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsc74 authored and Ghanshyam Chandra committed Mar 11, 2023
1 parent 14e813e commit d00e9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ void graphUtils::MPC()
min = min<path_cover[cid].size()?min:path_cover[cid].size();
max = max>path_cover[cid].size()?max:path_cover[cid].size();
}
fprintf(stderr, "[M::%s] range wcc [%d-%d] \n", __func__,min,max);
fprintf(stderr, "[M::%s] range MPC [%d-%d] \n", __func__,min,max);
}

void graphUtils::MPC_index()
Expand Down

0 comments on commit d00e9b9

Please sign in to comment.