22 lines
774 B
Markdown
22 lines
774 B
Markdown
+++
|
|
date = 2025-06-07
|
|
draft = false
|
|
title = 'MiniSat'
|
|
subtitle = 'SAT Solver'
|
|
links = [
|
|
{ title = "Homepage", url = "http://minisat.se/Main.html", 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 = ['SAT Solver']
|
|
developers = ['Niklas Eén', 'Niklas Sörensson']
|
|
licenses = ['MIT']
|
|
# inputs = ['']
|
|
interfaces = ['CLI']
|
|
maintenance = ['Not Maintained']
|
|
# techniques = ['CDCL']
|
|
# publications = ['deMoura2008']
|
|
+++
|
|
|
|
{{<inactive year="2013">}}
|
|
MiniSat is a minimalistic, open-source SAT solver, developed to help researchers and developers alike to get started on SAT. |