Skip to content

Commit

Permalink
Enable CBMC's equation-level slicer (rust-lang#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws authored Jun 8, 2022
1 parent 5d206d6 commit 7c6ad14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kani-driver/src/call_cbmc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ impl KaniSession {
args.push(unwind_value.to_string().into());
}

args.push("--slice-formula".into());

args.extend(self.args.cbmc_args.iter().cloned());

args.push(file.to_owned().into_os_string());
Expand Down

0 comments on commit 7c6ad14

Please sign in to comment.