summaryrefslogtreecommitdiffstats
path: root/src/sat
Commit message (Expand)AuthorAgeFilesLines
* Small changes to support old compilers.Bruno Schmitt2017-02-068-34/+34
* Adding a new SAT solver to ABC. (Satoko)Bruno Schmitt2017-02-0622-0/+3451
* Improving new X-valued simulation in 'pdr'.Alan Mishchenko2017-02-061-4/+27
* Improvements to inductive generalization in IC3/PDR by Zyad Hassan.Alan Mishchenko2017-02-022-0/+122
* Reordering if-statements in the xsat solver.Alan Mishchenko2017-02-021-5/+3
* Custom floating-point number.Alan Mishchenko2017-01-281-0/+15
* Custom floating-point number.Alan Mishchenko2017-01-281-0/+213
* Adding features for invariant minimization.Alan Mishchenko2017-01-251-0/+225
* Fixing windows compilation problem.Alan Mishchenko2017-01-243-3/+4
* Fixing gcc compilation problem.Alan Mishchenko2017-01-241-2/+2
* Merged alanmi/abc into defaultBruno Schmitt2017-01-251-1/+6
|\
| * Updates to delay optimization project.Alan Mishchenko2016-12-291-1/+6
* | Fixes to make xSAT compile with old compilers.Bruno Schmitt2016-12-138-136/+119
|/
* Bug fix in 'dsat <file.cnf>' when the number of classes in listed incorrectly.Alan Mishchenko2016-12-132-4/+3
* Bug fix in 'dsat <file.cnf>' when the number of classes in listed incorrectly.Alan Mishchenko2016-12-138-110/+138
* xSAT is an experimental SAT Solver based on Glucose v3(see Glucose copyrights...Bruno Schmitt2016-12-1213-0/+3151
* Fixes and adjustments for the edge computation flow.Alan Mishchenko2016-07-151-1/+1
* Experiments with edge-based mapping.Alan Mishchenko2016-06-151-2/+3
* Enabling AIGs without structural hashing.Alan Mishchenko2016-05-201-2/+2
* Added switch 'bmc3 -r' to disable periodic restarts in the SAT solver.Alan Mishchenko2016-05-194-1/+4
* Experiments with generating sat assignments.Alan Mishchenko2016-05-151-1/+1
* Experiments with generating sat assignments.Alan Mishchenko2016-05-142-0/+196
* New command 'expand' to expand SOPs against the offset.Alan Mishchenko2016-05-122-0/+175
* This code was accidentally deleted from the SAT solver (effectively disabling...Alan Mishchenko2016-04-301-0/+7
* Improved algo for edge computation.Alan Mishchenko2016-04-232-1/+14
* Adding new implementation of LEXSAT.Alan Mishchenko2016-04-123-1/+75
* Restructing sat_solver_solve() method for pushing/popping assumptions.Alan Mishchenko2016-04-123-151/+153
* Removing unused feature of the SAT solver (user-guided variable ordering).Alan Mishchenko2016-04-122-53/+1
* Removing unused feature of the SAT solver (native support for cardinality con...Alan Mishchenko2016-04-123-33/+2
* Improvements to delay-optimization in &satlut.Alan Mishchenko2016-04-041-1/+8
* Corner-case bug fix in 'satclp' with conflict limit.Alan Mishchenko2016-03-251-5/+10
* Bug fix in &fftest: not outputting test patterns when user test patterns are ...Alan Mishchenko2016-03-091-8/+15
* Experiments with SAT-based mapping.Alan Mishchenko2016-02-071-0/+23
* Adding a way to derive cardinality constraint as a sorting network.Alan Mishchenko2016-01-131-4/+89
* Integrating new CNF generation into &bmc.Alan Mishchenko2016-01-122-8/+10
* Experiments with SAT-based mapping.Alan Mishchenko2016-01-101-0/+9
* Adding support of candinality clause to the SAT solver.Alan Mishchenko2016-01-104-4/+45
* Improvements to 'satclp'.Alan Mishchenko2015-11-091-4/+180
* Improvements to 'satclp'.Alan Mishchenko2015-11-091-3/+3
* Improvements to 'satclp' (unfinished).Alan Mishchenko2015-11-061-54/+163
* Improvements to 'satclp' (unfinished).Alan Mishchenko2015-11-061-8/+344
* Improvements to 'satclp'.Alan Mishchenko2015-10-281-10/+161
* Set the default cube limit in 'satclp' to be 0.Alan Mishchenko2015-10-231-2/+2
* Quality improvement in 'satclp'.Alan Mishchenko2015-10-221-2/+85
* Minor tuning in 'satclp'.Alan Mishchenko2015-10-221-10/+18
* Corner case bug in 'satclp'.Alan Mishchenko2015-10-211-3/+6
* Code inserts to profile runtime of 'satclp'.Alan Mishchenko2015-10-211-0/+24
* Additional improvements in 'satclp'.Alan Mishchenko2015-10-181-1/+1
* Additional improvements in 'satclp'.Alan Mishchenko2015-10-181-1/+162
* Added approximate SAT-based irredundant procedure to 'satclp'.Alan Mishchenko2015-10-171-0/+80