Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoulLuque committed Aug 4, 2024
1 parent d764cfe commit 7c5a4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/find_maximal_cliques.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ where
let k: i32 = maximal_cliques
.max_by_key(|c| c.len())
.expect("The graph should not be empty")
.len()
.len() as i32
+ k;
if k < 2 {
2
Expand Down

0 comments on commit 7c5a4df

Please sign in to comment.