Guest User

Untitled

a guest
Dec 11th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. hyarion$ frama-c -wp -wp-prover=cvc4,z3-ce isqrt.c
  2. [kernel] Parsing isqrt.c (with preprocessing)
  3. [wp] Warning: Missing RTE guards
  4. [wp] 61 goals scheduled
  5. [wp] Proved goals: 61 / 61
  6. Qed: 41 (0.30ms-14ms-56ms)
  7. cvc4: 2 (140ms)
  8. z3-ce: 19 (30ms-221ms-1.8s)
  9. hyarion$ why3 --version
  10. Why3 platform, version 1.1.0
  11. hyarion$ frama-c -wp -wp-detect
  12. [wp] Prover Known provers [Known:provers]
  13. [wp] Prover Alt-Ergo 2.2.0 [Alt-Ergo:2.2.0]
  14. [wp] Prover CVC4 1.6 [CVC4:1.6]
  15. [wp] Prover CVC4 1.6 [CVC4:1.6]
  16. [wp] Prover Gappa 1.3.2 [Gappa:1.3.2]
  17. [wp] Prover Z3 4.8.3 [Z3:4.8.3]
  18. [kernel] Warning: no input file.
  19. [wp] 0 goal scheduled
  20. [wp] Proved goals: 0 / 0
Add Comment
Please, Sign In to add comment