21 lines
771 B
Markdown
21 lines
771 B
Markdown
+++
|
|
date = 2025-06-07
|
|
draft = false
|
|
title = 'Why3'
|
|
subtitle = 'Theorem Prover'
|
|
links = [
|
|
{ title = "Homepage", url = "https://www.why3.org/", icon = 'fa-solid fa-home' },
|
|
{ title = "Source Code", url = "https://why3.gitlabpages.inria.fr/releases/", icon = 'fa-solid fa-code' },
|
|
{ title = "Playground", url = "https://www.why3.org/try/", icon = 'fa-solid fa-gamepad' }
|
|
]
|
|
applications = ['SMT Solver', 'Theorem Prover', 'SAT Solver']
|
|
developers = ['Toccata', 'Inria', 'Universite Paris-Saclay', 'CNRS', 'Laboratoire Methodes Formelles']
|
|
licenses = ['MIT']
|
|
inputs = ['WhyML']
|
|
interfaces = ['CLI', 'Online']
|
|
maintenance = ['Actively Maintained']
|
|
# techniques = ['CDCL']
|
|
# publications = ['deMoura2008']
|
|
+++
|
|
|
|
Why3 is a platform for deductive program verification. |