18 lines
773 B
Markdown
18 lines
773 B
Markdown
+++
|
|
title = 'Whiley Theorem Prover'
|
|
subtitle = 'Interactive Theorem Prover'
|
|
links = [
|
|
{ title = "Homepage", url = "https://github.com/Whiley/WhileyTheoremProver", icon = 'fa-solid fa-home' },
|
|
{ title = "Source Code", url = "https://github.com/Whiley/WhileyTheoremProver", icon = 'fa-solid fa-code' },
|
|
]
|
|
applications = ["Theorem Prover"]
|
|
developers = ["ConsenSys"]
|
|
licenses = ["Apache-2.0"]
|
|
inputs = []
|
|
interfaces = ["CLI"]
|
|
maintenance = ["Actively Maintained"]
|
|
draft = false
|
|
date = 2025-08-21
|
|
+++
|
|
|
|
The Whiley Theorem Prover (WyTP) is an automatic and interactive theorem prover designed to discharge verification conditions generated by the Whiley Compiler. WyTP operates over a variant of first-order logic which includes integer arithmetic, arrays and quantification. |