aboutsummaryrefslogtreecommitdiffstats
path: root/libs/minisat
Commit message (Collapse)AuthorAgeFilesLines
* - libs/minisat/Solver.cc: insert spaces between string and PRIu64 literal, ↵Siesh1oo2014-03-121-5/+5
| | | | otherwise c++11-compliant compilers will bail out due to user-defined literals (minisat bug tracker #13).
* - libs/minisat/System.cc: fix definition/declaration mismatch for ↵Siesh1oo2014-03-121-3/+3
| | | | Minisat::memUsedPeak() and mark unused parameters as unused to fix compiler error+warning. (minisat bug tracker issues #1, #9, #10.)
* Added libs/minisat (copy of minisat git master)Clifford Wolf2014-03-1224-0/+5013