summaryrefslogtreecommitdiffstats
path: root/src/sat/satoko
Commit message (Expand)AuthorAgeFilesLines
* Compiler warnings.Alan Mishchenko2020-12-211-2/+2
* Fixing some warnings by adding cast from 'int' to 'size_t' in memset, memcpy,...Alan Mishchenko2019-03-057-12/+12
* 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 othe...Alan Mishchenko2017-09-063-1/+5
* 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 assignme...Alan Mishchenko2017-09-031-0/+1
* Fixing bronken C++ build; Satoko internal header, solver.h, should not be use...Bruno Schmitt2017-08-294-77/+113
* [Satoko] Small fix.Bruno Schmitt2017-08-281-4/+8
* [Satoko] Correcting bug found when integrating with pdr.Bruno Schmitt2017-08-284-21/+102
* 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
|\
| * 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
* Small tweak to rollback behavior.Bruno Schmitt2017-02-213-0/+8
* Adding new command to reset Satoko.Bruno Schmitt2017-02-196-9/+63
* 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
* - Small bug fix in var activity (improve performance)Bruno Schmitt2017-02-144-56/+55
* Adding APIs to mark cones. Creating test-bench for incremental solving &satok...Alan Mishchenko2017-02-114-4/+64
* New implementation of a software floating point implementation (sdbl) for con...Bruno Schmitt2017-02-1111-469/+412
* 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
* - Adding a compile time option to use floats for var activity (now it can be ...Bruno Schmitt2017-02-098-34/+300
* 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