| » ASP Competition | |
» Login
| SubmissionsThis page explains how you should submit your solutions to the benchmarks. It assumes you already have managed to login correctly. To copy your solutions to your home directory of your aspXX account, we recommend that you scp from your machine into our server, instead of from our server into your machine:
To speed the installation process, we encourage entrants to build their solvers using statically linked libraries. This will guarantee that the correct libraries will be present in your binary file. Dynamically linked libraries may not be present on the test system, and will require extra time and overhead to install. Setting up your home dirWhen installing your solutions, take the following guidelines in consideration:
Testing your solutionsTo test your solutions, you can use the instances of the benchmarks that are available in this directory:
You can either manually verify that the solutions produced by your system are correct, or you can use the checker scripts. These are the same scripts that will be used when the competition is run.
Note that the checker scripts only verify the correctness of a given witness; they will not check whether the output UNSATISFIABLE is correct. Submitting your solutionsOnce you are satisfied that your solution for a given benchmark is correct, you can submit to our system using the following command:
Here, 'benchmark-name' should be the name of the benchmark, as found in this list; 'executable' should be the full path to your executable for this benchmark. Running the asp-submit script in this way will add your solution to our database. You can use the same command to change you solution later on.
Once you have submitted a solution, you can test it as follows:
This will provide a report of how your executable performs on our test-instances for this benchmark. The report looks like this:
The status field tells you how far along the testing process for your submission is:
The deadline for the competition is 1200 UTC May 15 2009. Solutions that have not been submitted using 'asp-submit' at that time will not be taken into account. |