22 lines
828 B
Markdown
22 lines
828 B
Markdown
+++
|
|
date = 2025-06-07
|
|
draft = false
|
|
title = 'BEAGLE'
|
|
subtitle = 'Theorem Prover'
|
|
links = [
|
|
{ title = "Homepage", url = "https://bitbucket.org/peba123/beagle/src/master/", icon = 'fa-solid fa-home' },
|
|
{ title = "Source Code", url = "https://bitbucket.org/peba123/beagle/src/master/", icon = 'fa-solid fa-code' },
|
|
# { title = "Playground", url = "https://www.why3.org/try/", icon = 'fa-solid fa-gamepad' }
|
|
]
|
|
applications = ['SMT Solver', 'Theorem Prover', 'SAT Solver']
|
|
developers = ['CSIRO']
|
|
licenses = ['MIT']
|
|
inputs = ['WhyML']
|
|
interfaces = ['CLI', 'Online']
|
|
maintenance = ['Actively Maintained']
|
|
# techniques = ['CDCL']
|
|
# publications = ['deMoura2008']
|
|
+++
|
|
|
|
<!-- {{<inactive year="2016">}} -->
|
|
Beagle is an automated theorem prover for first-order logic with equality over linear integer/rational/real arithmetic. |