Shaked Flur
Shaked Flur
The following minimal example is verified by Seahorn, even though it should obviously fail: ```rust #[test] fn t00() { for _ in 0..1 { verifier::VerifierNonDet::verifier_nondet(i32::default()); } if prop_is_replay() { //...
I need the following information about the representation of BitVec. ```coq Axiom denote_bv_max : forall (n : N) (m : denote_type (BitVec (N.to_nat n))), m < 2 ^ n. ```...
[Here](https://github.com/project-oak/silveroak/blob/59688de9126ffda3d23c55fabac7364ce260043e/firmware/IncrementWait/Test.v) are two circuits, test1 written in cava1, and test2 written in cava2, which I thought should behave the same, but simulate gives different traces (included in the file).