SMT-COMP 2025

The International Satisfiability Modulo Theories (SMT) Competition.

GitHub

SMT-COMP 2025

Solver Submission

The solvers are submitted via pull requests to the SMT-COMP repository.

The solver is run in this docker image, which is based on Ubuntu 24.04. The link also describes the packages that are installed in the image.

Submissions directory

The creation of new submission is done through the creation of a new JSON file in the submission directory of the repository and the submission of a pull request. The filename should start with the name of your solver and end with .json.

It could be done directly from the web interface and starting with a template: create a new submission

The repository contains a continuous integration check that will

Examples

For examples, take a look at the last year’s submissions.

The detailed description of the fields in the solver JSON file is available in the schema.

Changes