Skip to content

Commit 3f82cc5

Browse files
authored
Update README.md
1 parent ce2320e commit 3f82cc5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
# SAT-Solver-with-CDCL
2+
3+
## Performance
4+
~110 seconds for the 1000 sample benchmarks
5+
6+
## Methodology
7+
1. CDCL
8+
2. Sorting the input by frequency(NOTE: It may be slow for the uniform distributed case)
9+
10+
## To Run
11+
./run_benchmark.sh

0 commit comments

Comments
 (0)