summaryrefslogtreecommitdiffstats
path: root/src/sat
Commit message (Collapse)AuthorAgeFilesLines
* read_cex: Faster parsing and care bits for verificationJannis Harder2022-08-053-3/+86
|
* Merge remote-tracking branch 'upstream/master' into yosys-experimentalMiodrag Milanovic2022-07-0412-23/+153
|\
| * Experiments with SAT sweeping.Alan Mishchenko2022-04-242-6/+20
| |
| * Experiments with SAT sweeping.Alan Mishchenko2022-04-244-9/+111
| |
| * Adding option to dump CNF after preprocessing in &glucose.Alan Mishchenko2022-02-026-8/+22
| |
| * Move CI to GitHub Actions.Baruch Sterin2022-01-222-6/+6
| | | | | | | | Also, a few minor changes that are required to compile ABC under moder compilers.
| * Missing class name in the FreeBSD code.Alan Mishchenko2021-12-292-2/+2
| |
* | Add missing class names in FreeBSD-ifdefed code.Yuri Victorovich2022-05-062-2/+2
| |
* | Extend WASI platform support for glucose2.whitequark2021-11-273-0/+20
| | | | | | | | Abort on OOM since there are no C++ exceptions yet.
* | Add WASI platform support to glucose2.Miodrag Milanovic2021-11-121-8/+6
| | | | | | | | Signed-off-by: Miodrag Milanovic <mmicko@gmail.com>
* | Add WASI platform support to bsat2 and glucose.whitequark2021-11-126-0/+32
| | | | | | | | | | | | Abort on OOM since there are no C++ exceptions yet. Signed-off-by: Miodrag Milanovic <mmicko@gmail.com>
* | Merge remote-tracking branch 'upstream/master' into yosys-experimentalMiodrag Milanovic2021-11-1240-1637/+9729
|\|
| * Experiments with pattern generation.Alan Mishchenko2021-10-101-0/+18
| |
| * Fixing memory leak in the SAT sweeper.Alan Mishchenko2021-05-161-1/+1
| |
| * Upgrade to the circuit-based solver.Alan Mishchenko2021-04-2712-367/+686
| |
| * Integrating Glucose into &sat.Alan Mishchenko2020-12-211-0/+1
| |
| * Compiler warnings.Alan Mishchenko2020-12-211-2/+2
| |
| * Extending sweeper to handle XORs.Alan Mishchenko2020-11-163-259/+217
| |
| * Extending sweeper to handle XORs.Alan Mishchenko2020-11-154-0/+130
| |
| * Improvements to the SAT sweeper (bug fix).Alan Mishchenko2020-11-151-1/+1
| |
| * Improvements to the SAT solver.Alan Mishchenko2020-11-142-5/+12
| |
| * Upgrading the SAT solvers.Alan Mishchenko2020-11-1411-72/+1061
| |
| * Adding and integrating new SAT solver APIs.Alan Mishchenko2020-11-136-0/+196
| |
| * Duplicating Glucose package.Alan Mishchenko2020-11-131-43/+43
| |
| * Duplicating Glucose package.Alan Mishchenko2020-11-131-2/+2
| |
| * Duplicating Glucose package.Alan Mishchenko2020-11-131-2/+2
| |
| * Duplicating Glucose package.Alan Mishchenko2020-11-131-5/+5
| |
| * Duplicating Glucose package.Alan Mishchenko2020-11-1228-0/+8080
| |
| * Adding Glucose API to return a CEX.Alan Mishchenko2020-11-123-0/+22
| |
| * Removing local file 'stdint.h' which was included by mistake, not even a ↵Alan Mishchenko2020-11-061-1628/+0
| | | | | | | | header file.
* | Add WASI platform support to glucose.whitequark2020-06-221-8/+6
|/
* Fixing broken build and compiler warnings.Alan Mishchenko2020-04-172-3/+3
|
* Correctly updating the failed output when recording the CEX in bmc3 -a.Alan Mishchenko2020-04-031-1/+5
|
* Experiments with simulation-based engines.Alan Mishchenko2020-03-251-1/+2
|
* Changes to several APIs.Alan Mishchenko2019-11-011-6/+22
|
* Several suggested bug-fixes.Alan Mishchenko2019-09-131-1/+1
|
* Several suggested bug-fixes.Alan Mishchenko2019-09-131-1/+1
|
* Adding license file for Glucose 3.0Alan Mishchenko2019-07-251-0/+32
|
* Fixing some update gcc.Alan Mishchenko2019-07-241-1/+1
|
* Representing formula used in &fftest as a BLIF file.Alan Mishchenko2019-07-181-0/+56
|
* Printing formula used in &fftest.Alan Mishchenko2019-07-031-2/+84
|
* Experiments with counting care bits.Alan Mishchenko2019-05-231-0/+106
|
* Fixing some warnings by adding cast from 'int' to 'size_t' in memset, ↵Alan Mishchenko2019-03-0510-16/+16
| | | | memcpy, etc.
* Suggested white-space changes for fewer gcc warnings.Alan Mishchenko2019-03-041-1/+1
|
* Adding switch &w -n to modify the comment section of the AIGER file written.Alan Mishchenko2018-11-217-14/+14
|
* Usability improvements to &fftest.Alan Mishchenko2018-11-112-7/+24
|
* Adding timeout to twoexact and lutexact.Alan Mishchenko2018-09-082-3/+16
|
* Adding solution dumping in BLIF to 'twoexact'.Alan Mishchenko2018-09-031-0/+56
|
* Integrating SAT-based CEX minimization (bug fix).Alan Mishchenko2018-03-251-5/+1
|
* Integrating SAT-based CEX minimization.Alan Mishchenko2018-03-252-0/+19
|