Skip to content

Commit

Permalink
more structure
Browse files Browse the repository at this point in the history
  • Loading branch information
cav committed Sep 11, 2019
1 parent 4a547f8 commit 4a62230
Show file tree
Hide file tree
Showing 11 changed files with 27,724 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# sat-examples
Simple examples of using SAT solvers

# build
build the tools using: ./build.sh
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set -x
gcc tools/drat-trim.c -O2 -o tools/drat-trim
gcc tools/color-encode.c -O2 -o tools/color-encode

Loading

0 comments on commit 4a62230

Please sign in to comment.