================================================================================
 MEMB module of Contiki proved using Frama-C/WP
================================================================================

Versions of the tools:

    - Frama-C Argon 18
    - Coq 8.7.2
    - Alt-Ergo 2.20
    - Why3 0.88.3

Content of src:

    - check.sh
        verification script
    - lemma_functions_memb.c
        the lemma functions required for the proof
    - lemma_functions_memb_not_needed.c
        the lemma functions that have been translated from lemmas but not used
    - logic_defs_memb.h
        the logic definitions required for specification
    - memb.h/c
        the annotated source code of the module

Start a verification of the proofs:

    The proof can be executed using, in src, a command:

    $ ./check.h

    The timeout can be modified by setting the variable TIMEOUT in the file
    check.sh.