Registration
If you plan to participate in the challenge, please register your team as follows:
- Register an account for your team at optil.io.
- Access EasyChair and register your team:
- Use as paper title your login name from optil.io;
- Place the name of your solver in the abstract.
- Submit your solution via optil.io (as soon as the submission is open).
Source Code Requirements
All submissions have to be published with the following requirements:
- The source code must be available in a public repository (e.g., Bitbucket, GitHub, Gitlab).
- The submission has to have an open source licence (e.g., GPL, MIT, or public domain).
- The repository has to contain a release with the name pace-2023.
- The release must be placed in a digital library (e.g., Zenodo) and has to be equipped with a DOI.
The repository must contain the following files:
- a
LICENSE.md
orLICENSE.txt
file at the root that contains the used license. - a
README.md
orREADME.txt
file at the root that contains:- a brief description of the submission;
- detailed description on how to build and run the solver;
- requirements on external libaries (if any);
- the solver description as PDF.
Solver Description Requirements
Each solver has to be shipped with a brief solver description in PDF. The document:
- has to be set with the LIPIcs LaTeX style;
- should briefly describe the used techniques and references to the original publications. The description can have at most 3 pages including title page and excluding references.
Build Tool Requirements
While we do not require the use of a specific building tool, we highly encourage to use one, e.g., cmake, cargo, etc. This allows other researchers to later use your code and improve upon your solver.
Library Requirements
We allow a limited use of external open source dependencies, preferably with source code included in the submission. If you need to install software on the target platform, please contact the organizers in advance, and we will ask the optil.io team if it is possible.
Sequential Requirement
Only sequential algorithms are permited. Submussions that actively use parallelism will be disqualified. Non-active parallelism such as Java’s garbace collector are, however, allowed. If you are unsure whether some subroutine falls under this rule, it probly does not. Please contact the organizers in advance, if you have questions.
Submission Process
Solvers have to be submitted via optil.io and EasyChair as follows:
- Submit the solver via optil.io, please refer to their help page.
- Register the team and the solver via EasyChair.
- Create a release in the public repository of the solver (name: pace-2023).
- Place the source code of the solver in a digital library (e.g., Zenodo) and generate a DOI.
- Submit the solver description via EasyChair and use the DOI to refer to the solver and include a reference to the public source code repository.
Student Submissions
A student is someone who is not and has not been enrolled in a PhD program before the submission deadline. A submission is eligible for a Student Submission Award if either all its authors are students, or besides student co-author(s) there is one non-student co-author that confirms, at the moment of submission, that a clear majority of conceptual and implementation work was done by the student co-author(s).
Submitting Multiple Solvers
While we do not strictly limit the number of solvers submitted by a team, please refrain from submitting multiple solvers that share significant parts of algorithmic code to the same track. Instead, try unifying these solvers and optimizing the parameters used to submit a single solver. We reserve the right to remove solvers (or teams, if necessary) from the competition that heavily violate this rule. For instance, you are not allowed to submit the same solver multiple times using different parameters.