Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Z3-Noodler submission #52

Merged
merged 5 commits into from
Jun 18, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions submissions/z3-noodler.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Z3-Noodler",
"contributors": [
"Vojtěch Havlena",
"Juraj Síč",
"David Chocholatý",
"Lukáš Holík",
"Ondřej Lengál"
],
"contacts": ["Lukáš Holík <[email protected]>"],
"archive": {
"url": "https://drive.google.com/file/d/1XSj2PiVJLDx-JQyJRt76OEloC0dWFJqH/view?usp=sharing"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jurajsic Thanks for submitting Z3-Noodler to SMT-COMP! The link to the archive should point directly to the archive, not to the google drive page from which it can be downloaded (we are downloading the archive automatically by a script). Could you change it in the pull request? In your case, it would be something like "url": "https://drive.google.com/uc?export=download&id=1XSj2PiVJLDx-JQyJRt76OEloC0dWFJqH".

I fixed that locally and tried running the current submission on our competition infrastructure with some trivial benchmarks. Everything else seems to be working so far!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be fixed now.

},
"website": "https://github.com/VeriFIT/z3-noodler",
"system_description": "https://github.com/VeriFIT/z3-noodler/blob/devel/doc/noodler/z3-noodler-system-description-2024.pdf",
"command": ["z3-noodler_linux", "smt.string_solver=noodler"],
"solver_type": "derived",
"participations": [
{ "tracks": ["SingleQuery"], "divisions": ["QF_Strings"] }
]
}
Loading