issues
search
conp-solutions
/
riss
Riss SAT Solver
GNU Lesser General Public License v2.1
8
stars
5
forks
source link
Add backbone detection and Bipartition & Elimination preprocessing
#19
Closed
AntonReinhard
closed
2 years ago
AntonReinhard
commented
2 years ago
add a Backbone preprocessing technique for use in preprocessing for model counting, finding the backbone of a formula
add a bipartition and elimination preprocessing technique that finds definitions and eliminates variables that are defined in terms of others
add a .clang_format file for consistent formatting everywhere
fix problems when compiling with gcc11
AntonReinhard
commented
2 years ago
See PR #22