summaryrefslogtreecommitdiffstats
path: root/src/sat/satoko/satoko.h
Commit message (Collapse)AuthorAgeFilesLines
* Experiments with SAT-based simulation.Alan Mishchenko2018-01-251-0/+1
|
* Adding global conflict counter to Satoko (to make it apple-to-apple with ↵Alan Mishchenko2017-09-061-0/+1
| | | | other solvers).
* Adding minimize_assumptions to Satoko.Alan Mishchenko2017-09-031-0/+1
|
* Fixing bronken C++ build; Satoko internal header, solver.h, should not be ↵Bruno Schmitt2017-08-291-1/+20
| | | | used in other packages
* Additional changes to Satoko to enable various integrations.Alan Mishchenko2017-08-161-6/+6
|
* Added several helpful APIs to Satoko.Alan Mishchenko2017-08-151-0/+1
|
* Adding an procedure to write DIMACS.Bruno Schmitt2017-02-281-0/+11
| | | | Fixing small bugs.
* Adding new command to reset Satoko.Bruno Schmitt2017-02-191-0/+2
| | | | Small fixes in watching list data structure.
* Compiler warnings.Alan Mishchenko2017-02-181-2/+2
|
* Experiments with SAT sweeping.Alan Mishchenko2017-02-181-1/+1
|
* - Small changes to the watch lists behavior.Bruno Schmitt2017-02-151-2/+5
| | | | | - Implementation of bookmark, unbookmark and rollback procedures. - Minor changes.
* Adding APIs to mark cones. Creating test-bench for incremental solving ↵Alan Mishchenko2017-02-111-0/+2
| | | | &satoko -i.
* New implementation of a software floating point implementation (sdbl) for ↵Bruno Schmitt2017-02-111-2/+3
| | | | | | consistency across different platforms and compilers. Removing useless files and compile time options related to variable activity data type (it can only be sdbl).
* New fixed point data type.Bruno Schmitt2017-02-101-4/+23
| | | | | 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-091-1/+3
| | | | | | | | 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-2/+2
|
* Adding a new SAT solver to ABC. (Satoko)Bruno Schmitt2017-02-061-0/+85
The command is ‘satoko’