Add More Tools

This commit is contained in:
2025-06-13 15:05:11 -06:00
parent cee940b083
commit d29e2086dd
4 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
+++
date = 2025-06-07
draft = false
title = 'Zipperposition'
subtitle = 'Theorem Prover'
links = [
{ title = "Homepage", url = "https://sneeuwballen.github.io/zipperposition/", icon = 'fa-solid fa-home' },
{ title = "Source Code", url = "https://github.com/sneeuwballen/zipperposition", icon = 'fa-brands fa-github' },
# { title = "Playground", url = "https://jfmc.github.io/z3-play/", icon = 'fa-solid fa-gamepad' }
]
applications = ['Theorem Prover']
developers = ['TU Wien']
licenses = ['BSD']
# inputs = ['']
interfaces = ['CLI']
maintenance = ['Actively Maintained']
# techniques = ['CDCL']
# publications = ['deMoura2008']
+++
Zipperposition is an automated theorem prover for first-order logic with equality and theories.