Skip to content

yousfiSaad/yasat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YASAT - Yet Another SAT Solver

Introduction

YASAT is a SAT solver that implements CDCL using only the C++ standard library and does not have any external dependency.

Build

./build.sh

Usage

cat ./data/php_2p_3h.cnf | ./build/yasat

Output

SAT [1, 1, 0, 0, 0, 1]

About

Yet Another SAT Solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published