$Revision: 1.3 $, $Date: 2002/08/31 23:55:25 $
File format for package specifications
The syntax of the package specification files are as follow:
-
specification =
[ base1 ,
..., basen ]
-
base =
(position,
packages)
-
position =
(x,y)
-
packages =
[ package1,
..., packagen ]
-
package =
Mk { uid=number,
dest=position,
weight= number }
Some notes:
- Spaces and line breaks can be inserted between parts.
- All numbers should be nonnegative.
- Every package should have a unique
uid number.
- The base positions should be marked as bases on the map.
- Links to sample package specification files can be found on
the maps page.
Sample maps
ICFP Programming Contest 2002