Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.03 KB

Sudoku Project

You can find the instructions of the project in the file sudoku.ipynb.

To submit your solution, please modify the file sudoku.lp of the directory asp with your encoding.

Every time you push a new commit, your solution will be tested automatically. The timeout per instance is 180 seconds, and the actual command call for the test is:

  • python3.6 asp/test.py -e asp/seeknumbers.lp -t 180

You can specify the location of the instances, solutions and clingo with options -i, -s and -c respectively.

After a few minutes you will be able to see the result of the test in the Actions tab. You can get more information about the result of the test by clicking successively on:

  1. The specific test.
  2. "Autograding".
  3. "Run education/autograding@v1".

Then scroll down until around line 150. For each instance, you will see if the test is a:

  • "success" (correct answer),
  • "failure" (wrong answer),
  • "timeout" (no solution found before the time runs out), or
  • "error" (clingo error).