xSAT is an experimental SAT Solver based on Glucose v3(see Glucose copyrights…
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.
Showing
This diff is collapsed.
Click to expand it.
src/sat/xsat/license
0 → 100644
src/sat/xsat/module.make
0 → 100644
src/sat/xsat/xsat.h
0 → 100644
src/sat/xsat/xsatBQueue.h
0 → 100644
src/sat/xsat/xsatClause.h
0 → 100644
src/sat/xsat/xsatCnfReader.c
0 → 100644
src/sat/xsat/xsatHeap.h
0 → 100644
src/sat/xsat/xsatMemory.h
0 → 100644
src/sat/xsat/xsatSolver.c
0 → 100644
This diff is collapsed.
Click to expand it.
src/sat/xsat/xsatSolver.h
0 → 100644
src/sat/xsat/xsatSolverAPI.c
0 → 100644
This diff is collapsed.
Click to expand it.
src/sat/xsat/xsatUtils.h
0 → 100644
src/sat/xsat/xsatWatchList.h
0 → 100644
Please
register
or
sign in
to comment