21 lines
686 B
Markdown
21 lines
686 B
Markdown
+++
|
|
date = 2025-06-07
|
|
draft = false
|
|
title = 'CaDiCaL'
|
|
subtitle = 'SAT Solver'
|
|
links = [
|
|
# { title = "Homepage", url = "https://wwwlehre.dhbw-stuttgart.de/~sschulz/E/", icon = 'fa-solid fa-home' },
|
|
{ title = "Source Code", url = "https://github.com/arminbiere/cadical", icon = 'fa-brands fa-github' },
|
|
# { title = "Playground", url = "https://jfmc.github.io/z3-play/", icon = 'fa-solid fa-gamepad' }
|
|
]
|
|
applications = ['SAT Solver']
|
|
developers = ['University of Freiburg']
|
|
licenses = ['MIT']
|
|
# inputs = ['']
|
|
interfaces = ['CLI']
|
|
maintenance = ['Actively Maintained']
|
|
# techniques = ['CDCL']
|
|
# publications = ['deMoura2008']
|
|
+++
|
|
|
|
CaDiCaL is a simplified satisfiability solver. |