abc.c
1.39 MB
The source could not be displayed because it is larger than 1 MB.
You can
load it anyway or download it
instead.
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.