aboutsummaryrefslogtreecommitdiffstats
path: root/passes/sat/sat_solve.cc
Commit message (Expand)AuthorAgeFilesLines
* Renamed "sat_solve" pass to "sat"Clifford Wolf2013-06-091-753/+0
* Implemented temporal induction proofs in sat_solveClifford Wolf2013-06-091-35/+174
* Added support for non-temporal proofs to sat_solveClifford Wolf2013-06-091-26/+123
* Re-organization in sat_solver pass for temporal inductionClifford Wolf2013-06-091-251/+296
* Added ezSAT api support for don't care values in modelsClifford Wolf2013-06-091-1/+4
* Fixed handling of $_XOR_ in SAT generatorClifford Wolf2013-06-091-1/+3
* Added sequential solving support to sat_solveClifford Wolf2013-06-091-57/+207
* Fixed typo is sat_solve help msgClifford Wolf2013-06-081-1/+1
* Various improvements in sat_solve pass and SAT generatorClifford Wolf2013-06-081-7/+9
* Added -all and -max options to sat_solveClifford Wolf2013-06-081-0/+31
* Improved auto-detection of -show signals in sat_solveClifford Wolf2013-06-081-28/+71
* Improved sat generator and sat_solve passClifford Wolf2013-06-071-3/+3
* Added SAT generator and simple sat_solve commandClifford Wolf2013-06-071-0/+241