summaryrefslogtreecommitdiffstats
path: root/src/sat/satoko/solver_api.c
Commit message (Expand)AuthorAgeFilesLines
* Fixing some warnings by adding cast from 'int' to 'size_t' in memset, memcpy,...Alan Mishchenko2019-03-051-1/+1
* Experiments with SAT-based simulation.Alan Mishchenko2018-01-251-1/+3
* 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-061-1/+3
* Small bug in a recently added Satoko API.Alan Mishchenko2017-09-061-1/+1
* Adding minimize_assumptions to Satoko.Alan Mishchenko2017-09-031-2/+56
* 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-291-16/+72
* [Satoko] Small fix.Bruno Schmitt2017-08-281-4/+8
* [Satoko] Correcting bug found when integrating with pdr.Bruno Schmitt2017-08-281-2/+26
* Additional changes to Satoko to enable various integrations.Alan Mishchenko2017-08-161-12/+24
* Added several helpful APIs to Satoko.Alan Mishchenko2017-08-151-0/+15
* 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-1/+1
* Experiments with SAT sweeping.Alan Mishchenko2017-04-121-0/+1
* Several bug fixed / small changes in Satoko.Alan Mishchenko2017-03-181-3/+3
* Prevents Satoko from silently becoming inconsistentBruno Schmitt2017-03-061-8/+17
* Adding an procedure to write DIMACS.Bruno Schmitt2017-02-281-1/+47
* Small tweak to rollback behavior.Bruno Schmitt2017-02-211-0/+4
* Adding new command to reset Satoko.Bruno Schmitt2017-02-191-5/+43
* Experiments with SAT sweeping.Alan Mishchenko2017-02-181-0/+9
* Compiler warnings.Alan Mishchenko2017-02-181-5/+5
* Experiments with SAT sweeping.Alan Mishchenko2017-02-181-1/+3
* - Small changes to the watch lists behavior.Bruno Schmitt2017-02-151-1/+55
* - Small bug fix in var activity (improve performance)Bruno Schmitt2017-02-141-14/+9
* Adding APIs to mark cones. Creating test-bench for incremental solving &satok...Alan Mishchenko2017-02-111-2/+25
* New implementation of a software floating point implementation (sdbl) for con...Bruno Schmitt2017-02-111-2/+4
* New fixed point data type.Bruno Schmitt2017-02-101-2/+9
* - Adding a compile time option to use floats for var activity (now it can be ...Bruno Schmitt2017-02-091-3/+4
* Small changes to support old compilers.Bruno Schmitt2017-02-061-6/+6
* Adding a new SAT solver to ABC. (Satoko)Bruno Schmitt2017-02-061-0/+310