⇤ ← Revision 1 as of 2012-05-09 14:33:10
Size: 1376
Comment:
|
Size: 1388
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* Preliminary submission (see [[#package-example|Example]]) can be done by providing problem name and problem specification only; we encourage to provide an ASP encoding and sample instances also. | * '''Preliminary submission''' (see [[#package-example|Example]]) can be done by providing problem name and problem specification only; we encourage to provide an ASP encoding and sample instances also. |
Line 7: | Line 7: |
* Complete problem specifications (see [[#package-example|Example]]) have to be packaged in a single compressed archive named {{{benchmark_name-contributor_name.zip}}} (or {{{tar.gz}}}) containing: | * '''Complete problem specifications''' (see [[#package-example|Example]]) have to be packaged in a single compressed archive named {{{benchmark_name-contributor_name.zip}}} (or {{{tar.gz}}}) containing: |
Problem Submission Specification: Input, Output, Checking
Package Submission Templates
Preliminary submission (see Example) can be done by providing problem name and problem specification only; we encourage to provide an ASP encoding and sample instances also.
Complete problem specifications (see Example) have to be packaged in a single compressed archive named benchmark_name-contributor_name.zip (or tar.gz) containing:
a benchmark_name.spec.txt file containing the textual problem description (a template is available, see below);
a benchmark_name.enc.asp file containing a proposed encoding in ASP for the problem (details about the language will follow);
a folder named checker containing the sources of a correctness checker together with a README.txt file containing the instructions for (possibly building and) running it;
a folder named samples containing some instances (one instance per text file).
benchmark_name and contributor_name should be substituted with their actual value.
Package Example Download
Sample Package Download GraphColouring.zip
Preliminary Submission Example GraphColouring.txt