summaryrefslogtreecommitdiffstats
path: root/src/sat/satoko/solver.h
Commit message (Collapse)AuthorAgeFilesLines
* Small fix in satoko.Bruno Schmitt2018-02-201-2/+1
|
* Fixing bronken C++ build; Satoko internal header, solver.h, should not be ↵Bruno Schmitt2017-08-291-43/+4
| | | | used in other packages
* [Satoko] Correcting bug found when integrating with pdr.Bruno Schmitt2017-08-281-0/+5
| | | | | | The head of the propagation queue was not begin properly reset. Adding some debugging functions.
* Additional changes to Satoko to enable various integrations.Alan Mishchenko2017-08-161-2/+11
|
* Added several helpful APIs to Satoko.Alan Mishchenko2017-08-151-0/+17
|
* Renaming several Satoko APIs to avoid collision with MiniSAT.Alan Mishchenko2017-08-131-6/+6
|
* Adding a callback feature to Satoko.Alan Mishchenko2017-08-131-0/+11
|
* Several bug fixed / small changes in Satoko.Alan Mishchenko2017-03-181-0/+2
|
* Prevents Satoko from silently becoming inconsistentBruno Schmitt2017-03-061-0/+1
|
* Small tweak to rollback behavior.Bruno Schmitt2017-02-211-0/+1
|
* New function to retrieve polarity value of a variable.Bruno Schmitt2017-02-181-0/+5
|
* - Small changes to the watch lists behavior.Bruno Schmitt2017-02-151-0/+6
| | | | | - Implementation of bookmark, unbookmark and rollback procedures. - Minor changes.
* - Small bug fix in var activity (improve performance)Bruno Schmitt2017-02-141-15/+5
| | | | - New implementation of watcher lists.
* Adding APIs to mark cones. Creating test-bench for incremental solving ↵Alan Mishchenko2017-02-111-0/+23
| | | | &satoko -i.
* New implementation of a software floating point implementation (sdbl) for ↵Bruno Schmitt2017-02-111-1/+1
| | | | | | 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-13/+0
| | | | | Expose all options to command line. Expose search statistics to users.
* Small changes to support old compilers.Bruno Schmitt2017-02-061-18/+18
|
* Adding a new SAT solver to ABC. (Satoko)Bruno Schmitt2017-02-061-0/+242
The command is ‘satoko’