1% BEGIN LICENSE BLOCK
2% Version: CMPL 1.1
3%
4% The contents of this file are subject to the Cisco-style Mozilla Public
5% License Version 1.1 (the "License"); you may not use this file except
6% in compliance with the License.  You may obtain a copy of the License
7% at www.eclipse-clp.org/license.
8% 
9% Software distributed under the License is distributed on an "AS IS"
10% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See
11% the License for the specific language governing rights and limitations
12% under the License. 
13% 
14% The Original Code is  The ECLiPSe Constraint Logic Programming System. 
15% The Initial Developer of the Original Code is  Cisco Systems, Inc. 
16% Portions created by the Initial Developer are
17% Copyright (C) 2006 Cisco Systems, Inc.  All Rights Reserved.
18% 
19% Contributor(s): 
20% 
21% END LICENSE BLOCK
22
23neighbour(4, 3).
24neighbour(4, 1).
25neighbour(4, 2).
26neighbour(3, 1).
27neighbour(3, 2).
28neighbour(1, 2).
29
30country(i0, 4, 2, 2, 9, 12).
31country(i1, 4, 8, 2, 22, 9).
32country(i2, 4, 21, 2, 28, 12).
33country(i3, 3, 2, 12, 9, 21).
34country(i4, 3, 8, 15, 22, 21).
35country(i5, 3, 21, 12, 28, 21).
36country(i6, 1, 9, 9, 15, 15).
37country(i7, 2, 15, 9, 21, 15).
38
39