summaryrefslogtreecommitdiffstats
path: root/src/sat/xsat/xsatBQueue.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixing windows compilation problem.Alan Mishchenko2017-01-241-1/+2
|
* Fixes to make xSAT compile with old compilers.Bruno Schmitt2016-12-131-9/+6
| | | | Small typos and variables renaming.
* Bug fix in 'dsat <file.cnf>' when the number of classes in listed incorrectly.Alan Mishchenko2016-12-131-7/+10
|
* xSAT is an experimental SAT Solver based on Glucose v3(see Glucose ↵Bruno Schmitt2016-12-121-0/+189
copyrights below) and ABC C version of MiniSat (bsat) developed by Niklas Sorensson and modified by Alan Mishchenko. It’s development has reached sufficient maturity to be committed in ABC, but still in a beta state. TODO: * Read compressed CNF files. * Study the use of floating point for variables and clauses activity. * Better documentation. * Improve verbose messages. * Expose parameters for tuning.