Skip to content

Commit

Permalink
Bump some cubes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Jan 12, 2024
1 parent 9f3c6f6 commit e481cbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/backdoor/src/bin/interleave.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,8 @@ fn main() -> color_eyre::Result<()> {
if let Some(&d) = degree.get(&(a, b)) {
if d != 0 {
score += 1.0 / d as f64;
} else if d == 1 {
score += 50.0;
}
}
}
Expand Down

0 comments on commit e481cbe

Please sign in to comment.