23 lines
807 B
Markdown
23 lines
807 B
Markdown
+++
|
|
date = 2025-06-07
|
|
draft = false
|
|
title = 'MathSAT'
|
|
subtitle = 'SMT Solver'
|
|
links = [
|
|
{ title = "Homepage", url = "https://mathsat.fbk.eu/", icon = 'fa-solid fa-home' },
|
|
# { title = "Source Code", url = "https://github.com/niklasso/minisat", icon = 'fa-brands fa-github' },
|
|
# { title = "Playground", url = "https://jfmc.github.io/z3-play/", icon = 'fa-solid fa-gamepad' }
|
|
]
|
|
applications = ['SMT Solver']
|
|
developers = ['Fondazione Bruno Kessler','DISI-University of Trento']
|
|
licenses = ['All rights reserved']
|
|
# inputs = ['']
|
|
interfaces = ['CLI']
|
|
maintenance = ['Actively Maintained']
|
|
# techniques = ['CDCL']
|
|
# publications = ['deMoura2008']
|
|
+++
|
|
|
|
{{<closed-source>}}
|
|
MiniSat is a minimalistic, open-source SAT solver, developed to help researchers and developers alike to get started on SAT.
|