https://github.com/audemard/glucose
Tip revision: 1a349a88a41addc71df0a56d5379914b7d6b2b9b authored by audemard on 09 May 2023, 12:58:23 UTC
Glucose 4.1
Glucose 4.1
Tip revision: 1a349a8
CHANGELOG
Version 4.1
- Adaptative (activated by default) strategies. See SAT 2016 paper.
Version 4.0
- Add a Multithread version, called syrup (many glucose ;-)
See SAT14 paper: Lazy Clause Exchange Policy for parallel SAT solvers.
- Can work independently in sequential or with many cores
Version 3.0 (2013)
- Add incremental features.
See SAT13 paper: Improving Glucose for Incremental SAT Solving with Assumptions: Application to MUS Extraction
- Add certified UNSAT proof.
Version 2.3 (2012)
- Add new restart strategy
See CP12 paper: Refining Restarts Strategies For SAT and UNSAT
- Add additionnal features to speed the search
Version 2.0 (2011)
- Add additionnal features (freeze potential good clauses for one turn)
- Based on Minisat 2.2
Version 1.0 (2009)
- Based on Minisat 2.0
First release of glucose.
See ijcai 2009 paper: Predicting Learnt Clauses Quality in Modern SAT Solver