summaryrefslogtreecommitdiffstats
path: root/src/sat/satoko
Commit message (Collapse)AuthorAgeFilesLines
* Updates to the autotuner.Alan Mishchenko2017-02-101-1/+1
|
* Changes to compile on Windows.Alan Mishchenko2017-02-101-3/+3
|
* New fixed point data type.Bruno Schmitt2017-02-106-39/+149
| | | | | Expose all options to command line. Expose search statistics to users.
* - Adding a compile time option to use floats for var activity (now it can be ↵Bruno Schmitt2017-02-098-34/+300
| | | | | | | | either ‘double’, ‘float’ or ‘unsigned’ (default)) - Adding vector of ‘float’ - Adding an option to configure the ratio of learnt clauses to be kept in clause database at each reduction (0 means no reduction). - Other small changes.
* Small changes to compile satoko on Windows.Alan Mishchenko2017-02-063-4/+4
|
* 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
The command is ‘satoko’