22 lines
770 B
Markdown
22 lines
770 B
Markdown
+++
|
|
date = 2025-06-07
|
|
draft = false
|
|
title = 'cvc4'
|
|
subtitle = 'Theorem Prover'
|
|
links = [
|
|
{ title = "Homepage", url = "https://cvc4.github.io/", icon = 'fa-solid fa-home' },
|
|
{ title = "Source Code", url = "https://github.com/CVC4/CVC4-archived", icon = 'fa-brands fa-github' },
|
|
{ title = "Playground", url = "https://cvc4.github.io/app/", icon = 'fa-solid fa-gamepad' }
|
|
]
|
|
applications = ['SMT Solver', 'Theorem Prover']
|
|
developers = ['Stanford University', 'University of Iowa']
|
|
licenses = ['BSD']
|
|
inputs = ['SMTLIB2']
|
|
interfaces = ['CLI', 'Online']
|
|
maintenance = ['Not Maintained']
|
|
# techniques = ['CDCL']
|
|
publications = ['Barrett2011']
|
|
+++
|
|
|
|
{{<inactive year="2021">}}
|
|
cvc4 is an automatic theorem prover for SMT problems. It is succeeded by [cvc5](../cvc5) |