summaryrefslogtreecommitdiffstats
path: root/src/sat/satoko/utils/vec
Commit message (Collapse)AuthorAgeFilesLines
* - Small changes to the watch lists behavior.Bruno Schmitt2017-02-151-0/+6
| | | | | - Implementation of bookmark, unbookmark and rollback procedures. - Minor changes.
* New implementation of a software floating point implementation (sdbl) for ↵Bruno Schmitt2017-02-112-246/+247
| | | | | | consistency across different platforms and compilers. Removing useless files and compile time options related to variable activity data type (it can only be sdbl).
* - Adding a compile time option to use floats for var activity (now it can be ↵Bruno Schmitt2017-02-091-0/+246
| | | | | | | | 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 support old compilers.Bruno Schmitt2017-02-061-1/+2
|
* Adding a new SAT solver to ABC. (Satoko)Bruno Schmitt2017-02-064-0/+1013
The command is ‘satoko’