Wrap up SAT/SMT
This commit is contained in:
22
tools/sat-smt/glucose.md
Normal file
22
tools/sat-smt/glucose.md
Normal file
@@ -0,0 +1,22 @@
|
||||
+++
|
||||
date = 2025-06-07
|
||||
draft = false
|
||||
title = 'Glucose'
|
||||
subtitle = 'SAT Solver'
|
||||
links = [
|
||||
{ title = "Homepage", url = "https://www.labri.fr/perso/lsimon/research/glucose/", icon = 'fa-solid fa-home' },
|
||||
{ title = "Source Code", url = "https://github.com/audemard/glucose", icon = 'fa-brands fa-github' },
|
||||
# { title = "Playground", url = "https://jfmc.github.io/z3-play/", icon = 'fa-solid fa-gamepad' }
|
||||
]
|
||||
applications = ['SAT Solver']
|
||||
developers = ['Gilles Audemard','Laurent Simon']
|
||||
licenses = ['MIT']
|
||||
inputs = ['CNF']
|
||||
interfaces = ['CLI']
|
||||
maintenance = ['Actively Maintained']
|
||||
# techniques = ['CDCL']
|
||||
# publications = ['deMoura2008']
|
||||
+++
|
||||
|
||||
<!-- {{<closed-source>}} -->
|
||||
Glucose is a SAT solver.
|
Reference in New Issue
Block a user