1c This is a simple example file to demonstrate the DIMACS
2c input file format for assignment problems.
3c
4c Problem line (resources+tasks) (resources*tasks)
5p asn 10 25
6c
7c Node descriptor lines (indeces of assignable resources only)
8n 1
9n 2
10n 3
11n 4
12n 5
13c
14c Arc descriptor lines (tasks over each resource and "score")
15a 1  6 22
16a 1  7 30
17a 1  8 26
18a 1  9 16
19a 1 10 25
20a 2  6 27
21a 2  7 29
22a 2  8 28
23a 2  9 20
24a 2 10 32
25a 3  6 33
26a 3  7 25
27a 3  8 21
28a 3  9 29
29a 3 10 23
30a 4  6 24
31a 4  7 24
32a 4  8 30
33a 4  9 19
34a 4 10 26
35a 5  6 30
36a 5  7 33
37a 5  8 32
38a 5  9 37
39a 5 10 31
40c
41c End of file
42
43