add tools
This commit is contained in:
@@ -11,7 +11,7 @@ links = [
|
||||
# { title = "Documentation", url = "https://yices.csl.sri.com/yices2-documentation.html" }
|
||||
]
|
||||
|
||||
applications = ['SMT Solver']
|
||||
applications = ['SMT Solver', 'SAT Solver']
|
||||
developers = ['SRI International']
|
||||
licenses = ['GPLv3']
|
||||
inputs = ['SMTLIB2', 'Yices 2']
|
||||
@@ -24,7 +24,7 @@ publications = ['Dutertre2014']
|
||||
Yices is an SMT solver developed by SRI International. It is widely used for checking the satisfiability of logical formulas over various theories. It supports the SMT-LIB standard and its own input language, and provides APIs for several programming languages, making it suitable for research and industrial applications in software and hardware verification.
|
||||
|
||||
## APIs and Bindings
|
||||
Yices is available through several interfaces, making it a convenient option to build into a project.
|
||||
This tool is available through the following interfaces:
|
||||
|
||||
- **General API:** [Yices API Reference](https://yices.csl.sri.com/doc/index.html)
|
||||
- **Python bindings:** [yices2 PyPI package](https://pypi.org/project/yices/)
|
||||
|
Reference in New Issue
Block a user