Skip to content

meelgroup/duriansat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

DurianSat SAT solver

DurianSat is a SAT solver that implements some newly proposed phase selection heuristics in SAT 2020 paper which leads to a good performance gain in MapleLCMDistChronoBTv3 (the SAT Race '19 winner).

The proposed heuristics - Decaying Polarity Score and LSIDS are available in decay-pol and lsids branches respectively.

Compiling in Linux

To build and install, issue:

# getting the code
git clone https://github.com/meelgroup/duriansat
git checkout <branchname>
cd duriansat/simp
make

Running

./duriansat filename.cnf