summaryrefslogtreecommitdiffstats
path: root/src/sat/xsat/xsatSolver.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixing some warnings by adding cast from 'int' to 'size_t' in memset, ↵Alan Mishchenko2019-03-051-1/+1
| | | | memcpy, etc.
* Fix wrong type cast.Mathias Soeken2017-03-061-1/+1
|
* Reordering if-statements in the xsat solver.Alan Mishchenko2017-02-021-5/+3
|
* Fixing windows compilation problem.Alan Mishchenko2017-01-241-1/+1
|
* Fixes to make xSAT compile with old compilers.Bruno Schmitt2016-12-131-93/+83
| | | | Small typos and variables renaming.
* Bug fix in 'dsat <file.cnf>' when the number of classes in listed incorrectly.Alan Mishchenko2016-12-131-2/+1
|
* Bug fix in 'dsat <file.cnf>' when the number of classes in listed incorrectly.Alan Mishchenko2016-12-131-54/+75
|
* xSAT is an experimental SAT Solver based on Glucose v3(see Glucose ↵Bruno Schmitt2016-12-121-0/+995
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.