26th International Conference on Inductive Logic Programming
4th - 6th September 2016, London
2016
L
P
Overview
News
Important Dates
Call for Papers
Competition
Organisation
Program
Invited Speakers
Venue
Registration
Accommodation
Sponsors
Co-located Event
Previous Conferences
Accessibility
Guest
Overview
Scenario
Instructions
Rules
Competition
agent_at((0,0),0). agent_at((1,0),1). agent_at((1,1),2). agent_at((1,2),3). agent_at((1,3),4). agent_at((2,3),5). agent_at((3,3),6).
Time:
The agent may move to any adjacent cell, so long as the cell is not owned by another agent.
Trace 0
Trace 1
Trace 2
Trace 3
Trace 4
Download Task File:
Prolog
,
ASP
Output
INVALID(0) INVALID(1) VALID(2) INVALID(3) VALID(4)