summaryrefslogtreecommitdiffstats
path: root/src/sat/xsat/xsatSolver.c
Commit message (Expand)AuthorAgeFilesLines
* Fixing some warnings by adding cast from 'int' to 'size_t' in memset, memcpy,...Alan Mishchenko2019-03-051-1/+1
* 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
* 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 copyrights...Bruno Schmitt2016-12-121-0/+995