--- layout: fc_discuss_archives title: Message 51 from Frama-C-discuss on June 2010 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Proving the correctness of shifting operations



> - if x >= 2, then (asr x 1) >= 1

No, this axiom is too weak, but expressing that shifting by one is the
same as dividing by two would work.

Pascal