Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 2.47 KB

File metadata and controls

47 lines (39 loc) · 2.47 KB

Bookmarks tagged [formal-verification]

https://github.com/ksen007/janala2

Concolic unit testing engine. Automatically generates unit tests using formal methods.


https://types.cs.washington.edu/checker-framework

Pluggable type systems. Includes nullness types, physical units, immutability types and more.


https://plse.cs.washington.edu/daikon

Detects likely program invariants and generates JML specs based on those invariants.


JPF

JVM formal verification tool containing a model checker and more. Created by NASA.


http://massoni.computacao.ufcg.edu.br/home/jmlok

Detects inconsistencies between code and JML specification through feedback-directed random tests generation, and suggests a likely cause for each nonconformance detected.


https://key-project.org

Formal software development tool that aims to integrate design, implementation, formal specification, and formal verification of object-oriented software as seamlessly as possible. Uses JML for specif...


https://openjml.github.io

Translates JML specifications into SMT-LIB format and passes the proof problems implied by the program to backend solvers.