| » ASP Competition | |
|
» Format of the Competition
Ranking System Competition Phase Testing Correctness Hardware & Software » Login
|
Example of Input and Output for Search Problem Consider the search problem of colouring a graph. The input vocabulary
consists of symbols vertex/1, edge/2, color/1. The output vocabulary
consists of the predicate colored/2. In this case, an instance is
represented as a set of atoms in the input vocabulary representing
respectively the vertices and edges of the graph, and the colors. The
output should consist of a set of atoms of the form colored(a,c) where
a is a vertex and c a color. An example of the input and output format of an optimization problem can be found here. |