summaryrefslogtreecommitdiffstats
path: root/src/sat
Commit message (Collapse)AuthorAgeFilesLines
* Experiments with don't-cares.Alan Mishchenko2017-03-281-1/+1
|
* Experiments with don't-cares.Alan Mishchenko2017-03-262-17/+18
|
* Experiments with don't-cares.Alan Mishchenko2017-03-231-1/+1
|
* added callbacks to bmc3 and sat solverYen-Sheng Ho2017-03-203-0/+8
|
* mergeYen-Sheng Ho2017-03-194-6/+9
|\
| * Several bug fixed / small changes in Satoko.Alan Mishchenko2017-03-184-6/+9
| |
* | %pdra: working on bmc3Yen-Sheng Ho2017-03-192-0/+8
|/
* Synthesis for mesh of LUTs.Alan Mishchenko2017-03-172-9/+9
|
* Synthesis for mesh of LUTs.Alan Mishchenko2017-03-173-8/+474
|
* Synthesis for mesh of LUTs.Alan Mishchenko2017-03-171-1/+1
|
* Synthesis for mesh of LUTs.Alan Mishchenko2017-03-172-0/+419
|
* Merged in msoeken/abc-exact (pull request #66)Alan Mishchenko2017-03-062-2/+2
|\ | | | | | | Fixes in exact synthesis and small fix in xsat and satoko.
| * Fix wrong type cast.Mathias Soeken2017-03-062-2/+2
| |
* | Prevents Satoko from silently becoming inconsistentBruno Schmitt2017-03-062-8/+18
|/
* Clone of the main SAT solver to eneable independent work.Alan Mishchenko2017-03-031-0/+1
|
* Clone of the main SAT solver to eneable independent work.Alan Mishchenko2017-03-032-0/+2921
|
* Adding alternative generalization procedure.Alan Mishchenko2017-03-022-3/+92
|
* Adding efficient procedure to minimize the set of assumptions (improved ↵Alan Mishchenko2017-03-021-1/+8
| | | | literal reordering).
* Adding alternative generalization procedure.Alan Mishchenko2017-03-011-1/+1
|
* Adding efficient procedure to minimize the set of assumptions.Alan Mishchenko2017-03-013-0/+79
|
* 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-183-11/+13
|
* Fixing missing sat_solver APIs in 'iprove'.Alan Mishchenko2017-02-161-6/+24
|
* Fixing missing sat_solver APIs in 'iprove'.Alan Mishchenko2017-02-151-3/+40
|
* - 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.
* Commenting out uncommented message.Alan Mishchenko2017-02-111-1/+1
|
* Adding APIs to mark cones. Creating test-bench for incremental solving ↵Alan Mishchenko2017-02-114-4/+64
| | | | &satoko -i.
* Updates to variable activity in the SAT solver.Alan Mishchenko2017-02-112-342/+224
|
* Movinng custom floating-point implementations, etc.Alan Mishchenko2017-02-113-454/+2
|
* 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).
* Platform-independent double.Alan Mishchenko2017-02-112-1/+226
|
* Updates to the autotuner.Alan Mishchenko2017-02-101-1/+1
|
* Changes to compile on Windows.Alan Mishchenko2017-02-101-3/+3
|
* Merged in boschmitt/abc (pull request #51)Alan Mishchenko2017-02-116-39/+149
|\ | | | | | | Modifications to satoko.
| * Merged alanmi/abc into defaultBruno Schmitt2017-02-103-96/+177
| |\
| * | New fixed point data type.Bruno Schmitt2017-02-106-39/+149
| | | | | | | | | | | | | | | Expose all options to command line. Expose search statistics to users.
* | | Adding PDR with abstraction.Alan Mishchenko2017-02-102-31/+34
| |/ |/|
* | Improving CEX minimization.Alan Mishchenko2017-02-103-96/+177
|/
* Standardizing the use of new CNF generator. Adding CNF variable connectivity ↵Alan Mishchenko2017-02-109-26/+13
| | | | information.
* Profiling CEX minimization.Alan Mishchenko2017-02-091-4/+22
|
* - 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.
* Re-introducing floating-point activity in the SAT solver.Alan Mishchenko2017-02-071-2/+18
|