summaryrefslogtreecommitdiffstats
path: root/src/sat/satoko/solver.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixing some warnings by adding cast from 'int' to 'size_t' in memset, ↵Alan Mishchenko2019-03-051-1/+1
| | | | memcpy, etc.
* Small fix in satoko.Bruno Schmitt2018-02-201-1/+0
|
* 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).
* Fixing bronken C++ build; Satoko internal header, solver.h, should not be ↵Bruno Schmitt2017-08-291-17/+17
| | | | used in other packages
* [Satoko] Correcting bug found when integrating with pdr.Bruno Schmitt2017-08-281-18/+69
| | | | | | 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/+3
|
* Renaming several Satoko APIs to avoid collision with MiniSAT.Alan Mishchenko2017-08-131-16/+16
|
* Adding a callback feature to Satoko.Alan Mishchenko2017-08-131-1/+1
|
* Experiments with SAT sweeping.Alan Mishchenko2017-04-111-1/+1
|
* Several bug fixed / small changes in Satoko.Alan Mishchenko2017-03-181-1/+1
|
* Fix wrong type cast.Mathias Soeken2017-03-061-1/+1
|
* Adding an procedure to write DIMACS.Bruno Schmitt2017-02-281-1/+1
| | | | Fixing small bugs.
* Small tweak to rollback behavior.Bruno Schmitt2017-02-211-0/+3
|
* Experiments with SAT sweeping.Alan Mishchenko2017-02-181-0/+1
|
* New function to retrieve polarity value of a variable.Bruno Schmitt2017-02-181-1/+1
|
* Bug fix in analyze_final method.Bruno Schmitt2017-02-181-2/+2
|
* - Small changes to the watch lists behavior.Bruno Schmitt2017-02-151-2/+3
| | | | | - Implementation of bookmark, unbookmark and rollback procedures. - Minor changes.
* - Small bug fix in var activity (improve performance)Bruno Schmitt2017-02-141-9/+5
| | | | - New implementation of watcher lists.
* Adding APIs to mark cones. Creating test-bench for incremental solving ↵Alan Mishchenko2017-02-111-2/+14
| | | | &satoko -i.
* - Adding a compile time option to use floats for var activity (now it can be ↵Bruno Schmitt2017-02-091-7/+8
| | | | | | | | 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-061-1/+1
|
* 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/+704
The command is ‘satoko’