-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cav
committed
Sep 11, 2019
1 parent
4a547f8
commit 4a62230
Showing
11 changed files
with
27,724 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.