summaryrefslogtreecommitdiffstats
path: root/src/sat/satoko
Commit message (Collapse)AuthorAgeFilesLines
* Compiler warnings.Alan Mishchenko2020-12-211-2/+2
|
* Fixing some warnings by adding cast from 'int' to 'size_t' in memset, ↵Alan Mishchenko2019-03-057-12/+12
| | | | memcpy, etc.
* Small fix in satoko.Bruno Schmitt2018-02-202-3/+1
|
* Experiments with SAT-based simulation.Alan Mishchenko2018-01-253-1/+5
|
* Experiments with SAT-based simulation.Alan Mishchenko2018-01-231-1/+7
|
* Adding global conflict counter to Satoko (to make it apple-to-apple with ↵Alan Mishchenko2017-09-063-1/+5
| | | | other solvers).
* Small bug in a recently added Satoko API.Alan Mishchenko2017-09-061-1/+1
|
* Adding minimize_assumptions to Satoko.Alan Mishchenko2017-09-032-2/+57
|
* Change in Satoko to make assumption var values appear in satisfiable ↵Alan Mishchenko2017-09-031-0/+1
| | | | assignments produced.
* Fixing bronken C++ build; Satoko internal header, solver.h, should not be ↵Bruno Schmitt2017-08-294-77/+113
| | | | used in other packages
* [Satoko] Small fix.Bruno Schmitt2017-08-281-4/+8
|
* [Satoko] Correcting bug found when integrating with pdr.Bruno Schmitt2017-08-284-21/+102
| | | | | | 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-164-22/+44
|
* Added several helpful APIs to Satoko.Alan Mishchenko2017-08-153-0/+33
|
* Renaming several Satoko APIs to avoid collision with MiniSAT.Alan Mishchenko2017-08-134-29/+29
|
* Adding a callback feature to Satoko.Alan Mishchenko2017-08-133-2/+13
|
* Experiments with SAT sweeping.Alan Mishchenko2017-04-121-0/+1
|
* Experiments with SAT sweeping.Alan Mishchenko2017-04-111-1/+1
|
* Several bug fixed / small changes in Satoko.Alan Mishchenko2017-03-183-4/+6
|
* Merged in msoeken/abc-exact (pull request #66)Alan Mishchenko2017-03-061-1/+1
|\ | | | | | | Fixes in exact synthesis and small fix in xsat and satoko.
| * Fix wrong type cast.Mathias Soeken2017-03-061-1/+1
| |
* | Prevents Satoko from silently becoming inconsistentBruno Schmitt2017-03-062-8/+18
|/
* Adding an procedure to write DIMACS.Bruno Schmitt2017-02-285-3/+74
| | | | Fixing small bugs.
* Small tweak to rollback behavior.Bruno Schmitt2017-02-213-0/+8
|
* Adding new command to reset Satoko.Bruno Schmitt2017-02-196-9/+63
| | | | Small fixes in watching list data structure.
* Experiments with SAT sweeping.Alan Mishchenko2017-02-183-1/+11
|
* New function to retrieve polarity value of a variable.Bruno Schmitt2017-02-182-1/+6
|
* Bug fix in analyze_final method.Bruno Schmitt2017-02-181-2/+2
|
* Compiler warnings.Alan Mishchenko2017-02-181-1/+1
|
* Compiler warnings.Alan Mishchenko2017-02-182-7/+7
|
* Experiments with SAT sweeping.Alan Mishchenko2017-02-182-2/+4
|
* - Small changes to the watch lists behavior.Bruno Schmitt2017-02-157-5/+98
| | | | | - Implementation of bookmark, unbookmark and rollback procedures. - Minor changes.
* - Small bug fix in var activity (improve performance)Bruno Schmitt2017-02-144-56/+55
| | | | - New implementation of watcher lists.
* Adding APIs to mark cones. Creating test-bench for incremental solving ↵Alan Mishchenko2017-02-114-4/+64
| | | | &satoko -i.
* New implementation of a software floating point implementation (sdbl) for ↵Bruno Schmitt2017-02-1111-469/+412
| | | | | | consistency across different platforms and compilers. Removing useless files and compile time options related to variable activity data type (it can only be sdbl).
* 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’