summaryrefslogtreecommitdiffstats
path: root/src/sat
Commit message (Collapse)AuthorAgeFilesLines
* This code was accidentally deleted from the SAT solver (effectively ↵Alan Mishchenko2016-04-301-0/+7
| | | | disabling restarts!)
* 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 ↵Alan Mishchenko2016-04-123-33/+2
| | | | constraint).
* 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
| | | | given.
* 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
|
* Added comment how to print binary clauses in procedure Sat_SolverWriteDimacs().Alan Mishchenko2015-10-161-1/+4
|
* Bug fix in 'satclp -r'.Alan Mishchenko2015-10-161-1/+4
|
* New switch 'satclp -r' to reverse variable order.Alan Mishchenko2015-10-071-6/+10
|
* Tuning SAT solver for QBF instances.Alan Mishchenko2015-09-181-1/+1
|
* Tuning SAT solver for QBF instances.Alan Mishchenko2015-09-182-8/+18
|
* Tuning SAT solver for QBF instances.Alan Mishchenko2015-09-181-3/+9
|
* Experiments with SAT-based collapsing.Alan Mishchenko2015-09-043-51/+130
|
* Experiments with SAT-based collapsing.Alan Mishchenko2015-09-041-71/+148
|
* Experiments with SAT-based collapsing.Alan Mishchenko2015-09-031-0/+227
|
* Experiments with SAT-based collapsing.Alan Mishchenko2015-09-033-8/+52
|
* Removing unhelpful assertion in CEX minimization.Alan Mishchenko2015-09-011-1/+1
|
* Merging two threads.Alan Mishchenko2015-05-251-0/+4
|\
| * Bug fix in QBF solver.Alan Mishchenko2015-05-041-0/+4
| |
* | Procedure for extending care CEX to all objects.Alan Mishchenko2015-05-142-0/+55
|/
* Adding support for dumping faults not detected by a given test-set in ↵Alan Mishchenko2015-04-172-22/+109
| | | | &fftest (switch -n).
* Bug fix in &satfx.Alan Mishchenko2015-04-171-2/+2
|
* Adding support for cardinality constraints in &fftest (switches -K and -k).Alan Mishchenko2015-04-162-1/+63
|
* Adding switch &fftest -e to dump delay-tests in a special format.Alan Mishchenko2015-04-151-1/+2
|
* Adding switch &fftest -e to dump delay-tests in a special format.Alan Mishchenko2015-04-142-2/+75
|
* Typo in hash function.Alan Mishchenko2015-04-021-1/+1
|
* Compiler warning.Alan Mishchenko2015-04-011-1/+1
|
* Added backward flop order to &icheck (switch -b).Alan Mishchenko2015-04-012-11/+84
|
* Updating command &satfx.Alan Mishchenko2015-03-311-3/+1
|