Wrap up SAT/SMT
This commit is contained in:
22
tools/sat-smt/cvc4.md
Normal file
22
tools/sat-smt/cvc4.md
Normal file
@@ -0,0 +1,22 @@
|
||||
+++
|
||||
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)
|
Reference in New Issue
Block a user