-
Notifications
You must be signed in to change notification settings - Fork 25
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
Showing
11 changed files
with
1,163 additions
and
3 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 |
---|---|---|
|
@@ -17,6 +17,19 @@ Tools used for the organization of the SMT competition | |
git clone [email protected]:smtcomp/smtcomp.github.io.git | ||
``` | ||
|
||
On Debian/Ubuntu installation a virtual env (here in .venv) is needed: | ||
|
||
``` | ||
python3 -m venv .venv | ||
source .venv/bin/activate | ||
``` | ||
|
||
Poetry is used for handling dependencies: | ||
|
||
``` | ||
pip install poetry | ||
``` | ||
|
||
Finally, install the environment with | ||
|
||
```bash | ||
|
@@ -56,10 +69,10 @@ $DIR/zenodo | |
Then you can run (very io intensive): | ||
|
||
``` | ||
smtcomp $DIR/zenodo ./data/ | ||
smtcomp create-benchmarks-list $DIR/zenodo ./data/ | ||
``` | ||
|
||
The directory `./data/` is the one present in this repository | ||
The directory `./data/` is the one present in this repository. | ||
|
||
## Using the smtcomp tool for selecting the benchmarks | ||
|
||
|
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
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
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,8 @@ | ||
+++ | ||
layout = 'single' | ||
title = 'Participants' | ||
+++ | ||
|
||
The following solvers have been submitted to SMT-COMP 2024 or were entered as non-competing solvers by the organizers for comparison. | ||
|
||
{{< participants >}} |
Oops, something went wrong.