eo icon indicating copy to clipboard operation
eo copied to clipboard

Offer tool support for formal proofs

Open andredidier opened this issue 3 years ago • 1 comments

In some domains, like critical systems (that involve loss of lives or loss huge amounts of money if something goes wrong) and security (where someone tries to exploit bugs in the software) it is paramount to have not only tests in place, but also formal proofs for system properties. As those proofs are usually long and complex, tool support is needed to handle them semi-automatically (people design the proof and a tool verifies its correctness). Example tools are Coq and Isabelle/HOL. The semantics of an EO program could be given in the Unifying Theories of Programming - UTP.

andredidier avatar Dec 10 '20 14:12 andredidier