Submission requirements (2022)
Registration
- Register at optil.io (https://www.optil.io/optilion/login)
- Access EasyChair and register your group
- Use as title of the paper your login name at optil.io
- Place the name of your solver in the abstract
- Submit your solution via optil (as soon as the optil submission is open)
Requirements
- Open Source (e.g. GPL, MIT, or public domain)
- Source code is available on a public repository (e.g., Bitbucket, GitHub, Gitlab).
- 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 us in advance, and we will ask the optil.io team if it is possible (the open source requirement still applies).
- We allow at most three solvers per team per track. However, these solvers can not have a common code base, i.e. they cannot share major parts of algorithmic code. Shared external libraries are however allowed. For example, you are not allowed to submit the same solver using different parameters. Moreover, if you submit more than one solver, we will rank the team (and not submissions) according to the best solver of a team. A person can only be part of one team.
- Submissions Solver:
- Submission via optil.io, please refer to the SUBMITTING SOLUTION section of optil.io help page
- Register solver and participants via EasyChair
- Create a release in the public repository of the solver (name: pace-2022)
- Submission Description:
- Place the source code of the solver in a digital library (e.g., Zenodo) and generate a DOI
- Submit the solver description via EasyChair use DOI to refer to the solver and include a reference to the public source code repository
- Codes using parallelism will be disqualified
Solver
- Content of the Repository
- LICENSE.md or LICENSE.txt file at the root that contains the license used
- README.md or README.txt file at the root that contains
- brief information about the submission,
- installation description,
- requirements for external libraries, and
- a link to the solver description in PDF (no later than on the deadline for solver descriptions).
Solver Description
- Latex Style LIPIcs
- 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.