-
Notifications
You must be signed in to change notification settings - Fork 17
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
audemard
committed
May 9, 2023
1 parent
cf6d8fa
commit 67b1923
Showing
78 changed files
with
659 additions
and
7,248 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,9 +1,13 @@ | ||
# Glucose SAT solver | ||
|
||
This is the release 2.1 of the glucose SAT solver. | ||
This is the release 3.0 of the glucose SAT solver. | ||
It is based on [Minisat 2.2](http://minisat.se/MiniSat.html) | ||
|
||
For compiling: ```./build.sh``` | ||
For compiling: | ||
- ```cd simp``` | ||
- ```make``` | ||
|
||
|
||
For running: ```simp/glucose BENCHNAME``` | ||
|
||
|
||
For running: ```glucose.sh BENCHNAME``` |
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
File renamed without changes.
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
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
File renamed without changes.
Oops, something went wrong.