This commit is contained in:
2025-08-21 18:02:34 -06:00
parent 1b28b1b8b4
commit 2c1587a006
11 changed files with 189 additions and 1 deletions

18
tools/sat-smt/pvs.md Normal file
View File

@@ -0,0 +1,18 @@
+++
title = 'PVS'
subtitle = 'Interactive Theorem Prover'
links = [
{ title = "Homepage", url = "https://pvs.csl.sri.com/", icon = 'fa-solid fa-home' },
{ title = "Source Code", url = "github.com/SRI-CSL/PVS", icon = 'fa-solid fa-code' },
]
applications = ["Theorem Prover"]
developers = ["SRI International"]
licenses = ["GPL-2.0"]
inputs = ["PVS"]
interfaces = ["CLI","GUI"]
maintenance = ["Actively Maintained"]
draft = false
date = 2025-08-21
+++
PVS is a mechanized environment for formal specification and verification. PVS consists of a specification language, a large number of predefined theories, a type checker, an interactive theorem prover that supports the use of several decision procedures and a symbolic model checker, various utilities including a code generator and a random tester, documentation, formalized libraries, and examples that illustrate different methods of using the system in several application areas.