abc/src
Bruno Schmitt 5351ab4b13 xSAT is an experimental SAT Solver based on Glucose v3(see Glucose copyrights below) and ABC C version of
MiniSat (bsat) developed by Niklas Sorensson and modified by Alan Mishchenko. It’s development has reached
sufficient maturity to be committed in ABC, but still in a beta state.

TODO:
* Read compressed CNF files.
* Study the use of floating point for variables and clauses activity.
* Better documentation.
* Improve verbose messages.
* Expose parameters for tuning.
2016-12-12 16:20:38 -02:00
..
aig Improvements to GIA visualization. 2016-12-08 10:39:11 -08:00
base xSAT is an experimental SAT Solver based on Glucose v3(see Glucose copyrights below) and ABC C version of 2016-12-12 16:20:38 -02:00
bdd silence clang errors when compiling as C++ 2015-11-05 01:23:31 -08:00
bool Windows complier errors. 2016-08-06 00:24:07 -07:00
map Bug fix in Liberty parser. 2016-12-05 19:54:17 -08:00
misc New SAT-based optimization package. 2016-11-26 14:28:12 -08:00
opt Adding support for minimalistic representation of LUT mapping. 2016-12-05 17:45:15 -08:00
phys/place make sure all of ABC and related libraries are in the same namespace (when compiled with ABC_NAMESPACE) by removing extern "C" from function definitions 2015-10-16 14:02:38 -07:00
proof Compiler warnings. 2016-12-05 17:48:21 -08:00
sat xSAT is an experimental SAT Solver based on Glucose v3(see Glucose copyrights below) and ABC C version of 2016-12-12 16:20:38 -02:00
demo.c Updating code of non-ABC files to have no ABC-specific macros. 2012-09-29 19:08:54 -04:00
generic.c initial commit of public abc 2010-11-01 01:35:04 -07:00
generic.h Major restructuring of the code. 2012-01-21 04:30:10 -08:00
starter.c Updating code of non-ABC files to have no ABC-specific macros. 2012-09-29 19:08:54 -04:00
template.c Major restructuring of the code. 2012-01-21 04:30:10 -08:00