Skip to content

Commit

Permalink
Merge branch 'master' of github.com:togatoga/screwsat
Browse files Browse the repository at this point in the history
  • Loading branch information
togatoga committed Jan 18, 2021
2 parents b508581 + 59dc422 commit e286e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ I have implemented the core SAT Solver algorithms and techniques in `screwsat`.
- CDCL(Conflict-Driven-Clause-Learning)
- Back Jump
- Two-Literal-Watching
- VSIDS

The performance of `screwsat` isn't as good as other modern sat solvers.
But you can grasp some important points of SAT Solver from `screwsat`(I hope).
Expand Down Expand Up @@ -174,4 +175,4 @@ fn main() {
This code is really inspired by his good simple code [not522's SAT Solver](https://github.com/not522/CompetitiveProgramming/blob/master/include/math/sat.hpp)

### Contribution
Contributions and feedbacks are welcome. (e.g., fix typo and tedious code and my English, report bugs/issues, **GIVE ME GITHUB STARS**)
Contributions and feedbacks are welcome. (e.g., fix typo and tedious code and my English, report bugs/issues, **GIVE ME GITHUB STARS**)

0 comments on commit e286e96

Please sign in to comment.